feat: add form components with styles for input, textarea, and input number
- Introduced new styles for form components including input, textarea, and input number. - Created a new TextArea component with status and variant support. - Updated global styles to include form variables and component styles. - Added type definitions for form components to ensure consistency. - Integrated new components into the main component index for easy access.
This commit is contained in:
@@ -12,3 +12,5 @@ export * from './system-pages/maintenance';
|
||||
export * from './system-pages/not-found';
|
||||
|
||||
export * from './button/button';
|
||||
|
||||
export * from './forms';
|
||||
|
||||
Reference in New Issue
Block a user