Hello World Component
billingsdk/hello-worldFreeBlock
A simple hello world component
Install it
npx shadcn@latest add https://billingsdk.com/r/hello-world.jsonSource
1export default function HelloWorld() {2 return (3 <div className="flex flex-col">4 <h1 className="text-2xl font-bold dark:text-white">Hello World</h1>5 <p className="text-sm text-gray-500 dark:text-gray-400">This is a test</p>6 </div>7 );8}
Files it writes
More from billingsdk
All 35 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| All Componentsall | billingsdk | Blocks | Free | no deps | |
| Top Bannerbanner | billingsdk | Blocks | Free | 2 deps · 2 files | |
| Billing Screenbilling-screen | billingsdk | Blocks | Free | 2 deps · 2 files | |
| Billing Settingsbilling-settings | billingsdk | Blocks | Free | 2 deps · 2 files | |
| Billing Settings 2billing-settings-2 | billingsdk | Blocks | Free | 1 dep · 2 files | |
| Cancel Subscription Cardcancel-subscription-card | billingsdk | Blocks | Free | 1 dep · 3 files | |
| Cancel Subscription Dialogcancel-subscription-dialog | billingsdk | Blocks | Free | 1 dep · 3 files | |
| Detailed Usage Tabledetailed-usage-table | billingsdk | Blocks | Free | no deps · 2 files |
