Alert
Package: @tesserix/web
Import
import { Alert, AlertTitle, AlertDescription, alertVariants } from '@tesserix/web'Source
- Component:
packages/web/src/components/alert/alert.tsx - Story:
packages/web/src/components/alert/alert.stories.tsx - Test:
packages/web/src/components/alert/alert.test.tsx
Status
- Component implementation file: Present
- Story file: Present
- Test file: Present
Example
import { Alert } from '@tesserix/web'
export function DemoAlert() {
return <Alert />
}