- 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.
17 lines
534 B
TypeScript
17 lines
534 B
TypeScript
export * from './examples/header-example';
|
|
export * from './examples/counter-example';
|
|
export * from './examples/date-example';
|
|
export * from './examples/encryption-example';
|
|
export * from './examples/style-guide-1';
|
|
export * from './examples/style-guide-2';
|
|
export * from './examples/style-guide-3';
|
|
|
|
export * from './system-pages/coming-soon';
|
|
export * from './system-pages/forbidden';
|
|
export * from './system-pages/maintenance';
|
|
export * from './system-pages/not-found';
|
|
|
|
export * from './button/button';
|
|
|
|
export * from './forms';
|