---
title: "Comparison"
description: "Side-by-side comparison of features."
type: "docs"
category: "doc"
tags: []
authors: [Anonymous]
date: "2026-09-09"
last_update: "2026-09-09"
time_minutes: 1
draft: false
unlisted: false
url: "https://www.derafu.dev/docs/ui/twig/components/block-comparison"
---

<twig:block-comparison
    class="my-4"
    :plans="[
        {
            title: 'Alpha Plan',
            price: '$20<small>.000</small>',
            period: '/month',
            features: [
                {
                    text: 'Up to <b>500</b> monthly receipts',
                    tooltip: 'Monthly limit for issuing or synchronizing electronic honorarium receipts (EHR).'
                },
                {
                    text: 'Allows other users',
                    value: false
                },
                {
                    text: 'API issuance',
                    value: true
                }
            ],
            note: 'Recommended for accountants or doctors.',
            buttonText: 'Sign up',
            buttonUrl: 'https://www.example.com/'
        },
        {
            title: 'Beta Plan',
            price: '$40<small>.000</small>',
            period: '/month',
            features: [
                {
                    text: 'Up to <b>2,000</b> monthly receipts'
                },
                {
                    text: 'Up to <b>2 users</b> can work with the issuer'
                },
                {
                    text: 'API issuance',
                    value: true
                }
            ],
            note: 'Recommended for professional societies.',
            buttonText: 'Sign up',
            buttonUrl: 'https://www.example.com/',
            highlighted: true
        },
        {
            title: 'Gamma',
            price: '$ 80<small>.000</small>',
            period: '/ month',
            features: [
                {
                    text: 'Up to <b>5,000</b> monthly receipts'
                },
                {
                    text: 'Up to <b>3 users</b> can work with the issuer'
                },
                {
                    text: 'API issuance',
                    value: true
                }
            ],
            note: 'Recommended for notaries.',
            buttonText: 'Sign up',
            buttonUrl: 'https://www.example.com/'
        }
    ]"
/>

<twig:block-comparison
    class="my-4"
    :plans="[
        {
            title: 'Android',
            priceIcon: 'fa-brands fa-android fa-2x',
            features: [
                {
                    text: 'Use the application with multiple <a href=\'https://www.example.com/\' target=\'_blank\'>companies</a>'
                },
                {
                    text: 'Issue receipts, invoices and shipping guides'
                },
                {
                    text: 'Easy receipt and retail point of sale'
                }
            ],
            note: 'Turn your Android device into a Point of Sale.',
            buttonText: 'Install from Google Play up to Android 9',
            buttonUrl: '#'
        },
        {
            title: 'iOS',
            priceIcon: 'fa-brands fa-apple fa-2x',
            features: [
                {
                    text: 'Use the application with multiple companies'
                },
                {
                    text: 'Issue receipts, invoices and shipping guides'
                },
                {
                    text: 'Easy receipt and retail point of sale'
                }
            ],
            note: 'Check your company and issue tax documents easily.',
            buttonText: 'Install from App Store',
            buttonUrl: '#',
            highlighted: true
        }
    ]"
/>



---
Last updated on 09/09/2026

