Lorem ipsum dolor
Sit amet, consetetur sadipscing elitr
Lorem
Ipsum dolor
€ 49
monatlich - Dolor sit amet
Sed diam
Nonumy eirmod
€ 199
monatlich - Sed diam voluptua
Pricing
Preispläne
Die Pricing-Komponente zeigt verschiedene Preispläne oder Pakete an. Sie eignet sich besonders für die Darstellung von Produkt- oder Service-Preisen mit unterschiedlichen Leistungsmerkmalen.
Codebeispiel
<Pricing title="Lorem ipsum dolor" subtitle="Sit amet, consetetur sadipscing elitr" prices={[{ title: 'Lorem', subtitle: 'Ipsum dolor', price: '49', period: 'monatlich', items: [{ title: 'Lorem ipsum', description: 'Dolor sit amet', icon: 'tabler:users', callToAction: { text: 'Lorem ipsum', href: '/basic' }, image: { src: '~/assets/images/default.png', alt: 'Lorem ipsum' } }, { title: 'Consetetur sadipscing', icon: 'tabler:email' }], callToAction: { text: 'Lorem ipsum', href: '/basic' } }, { title: 'Consetetur', subtitle: 'Sadipscing elitr', price: '99', hasRibbon: true, ribbonTitle: 'Bestseller', period: 'monatlich', items: [{ title: 'Sed diam nonumy', description: 'Eirmod tempor', icon: 'tabler:users' }, { title: 'Ut labore et dolore', icon: 'tabler:support' }], callToAction: { text: 'Lorem ipsum', href: '/pro' } }, { title: 'Sed diam', subtitle: 'Nonumy eirmod', price: '199', period: 'monatlich', items: [{ title: 'Magna aliquyam erat', description: 'Sed diam voluptua', icon: 'tabler:users' }, { title: 'At vero eos', icon: 'tabler:support' }], callToAction: { text: 'Lorem ipsum', href: '/enterprise' } }]} />Parameter
| Bezeichner | Typ | Beschreibung | Default |
|---|---|---|---|
| title | string | Titel der Komponente | - |
| subtitle | string | Untertitel der Komponente | - |
| tagline | string | Tagline ĂĽber dem Titel | - |
| prices | array | Liste von Preisplänen mit title, subtitle, price, period, items und callToAction | [] |
| isDark | boolean | Dunkles Design | false |
| classes | object | Zusätzliche CSS-Klassen | {} |
Fragments
| Bezeichner | Beschreibung | Default |
|---|---|---|
| default | Standardinhalt |