components/example.tsx
1
2
import { Alert } from "passport-ui";import { InfoIcon } from "lucide-react";components/example.tsx
1
2
3
4
5
6
7
8
9
10
11
12
13
<Alert title="Heads up!" description="You can add components and dependencies to your app using the cli." icon={<InfoIcon />}/> {/* With variants */}<Alert variant="warning" title="Warning" description="Please review this information carefully before proceeding." icon={<AlertTriangleIcon />}/>