feat(components): Create UI components - Button, Input, Card, Checkbox
This commit is contained in:
14
frontend-next/components/index.ts
Normal file
14
frontend-next/components/index.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* 🎨 UI Components Exports
|
||||
*/
|
||||
|
||||
export { default as Button } from './Button';
|
||||
export { default as Input } from './Input';
|
||||
export { default as Checkbox } from './Checkbox';
|
||||
export {
|
||||
default as Card,
|
||||
CardHeader,
|
||||
CardTitle,
|
||||
CardContent,
|
||||
CardFooter,
|
||||
} from './Card';
|
||||
Reference in New Issue
Block a user