UNPKG

@switch-to-eu/layout-ui

Version:

Modular UI design system for privacy-focused tools - React components with Tailwind CSS and theme customization

20 lines 1.37 kB
export { Button, buttonVariants } from "./Button"; export type { ButtonProps } from "./Button"; export { Card, CardHeader, CardFooter, CardTitle, CardDescription, CardContent } from "./Card"; export { Input } from "./Input"; export type { InputProps } from "./Input"; export { Textarea } from "./Textarea"; export type { TextareaProps } from "./Textarea"; export { Label } from "./Label"; export { Skeleton } from "./Skeleton"; export { Alert, AlertTitle, AlertDescription } from "./Alert"; export { Checkbox } from "./Checkbox"; export { LoadingButton } from "./LoadingButton"; export type { LoadingButtonProps } from "./LoadingButton"; export { Select, SelectGroup, SelectValue, SelectTrigger, SelectContent, SelectLabel, SelectItem, SelectSeparator, SelectScrollUpButton, SelectScrollDownButton, } from "./Select"; export { Dialog, DialogPortal, DialogOverlay, DialogClose, DialogTrigger, DialogContent, DialogHeader, DialogFooter, DialogTitle, DialogDescription, } from "./Dialog"; export { SectionCard, SectionHeader, SectionContent } from "./SectionCard"; export type { SectionCardProps, SectionHeaderProps, SectionContentProps } from "./SectionCard"; export { Header, HeaderContent, HeaderBrand, HeaderNav } from "./Header"; export type { HeaderProps, HeaderContentProps, HeaderBrandProps, HeaderNavProps } from "./Header"; //# sourceMappingURL=index.d.ts.map