Button
Displays a button or a component that looks like a button.
Installation
npx shadcn-svelte@latest add https://nbsv.cyteon.dev/r/button.json
Usage
import Button from "$lib/components/ui/button.svelte";
<Button>Button</Button>
Displays a button or a component that looks like a button.
npx shadcn-svelte@latest add https://nbsv.cyteon.dev/r/button.json
import Button from "$lib/components/ui/button.svelte";
<Button>Button</Button>