Heads up!
You can add components to your app using the cli.
Installation
npx solidui-cli@latest add alert
Usage
import { Alert, AlertDescription, AlertTitle } from "~/components/ui/alert"
<Alert>
<IconTerminal />
<AlertTitle>Heads up!</AlertTitle>
<AlertDescription>
You can add components and dependencies to your app using the cli.
</AlertDescription>
</Alert>