Files
trackgo-fe/packages/ui/src/components/forms/styles/form.style.css
T
Firman Ramdhani b52e458a9d feat: Refactor example page and showcase components
- Updated ExamplePage to use a single Showcase component instead of separate InputShowCase and FormShowcase components.
- Added CheckboxShowcase, FormShowcase, and InputShowCase components to the showcase directory.
- Implemented Checkbox component with various states and styles.
- Enhanced InputShowCase to demonstrate different input types and states.
- Integrated new styles for checkbox variants and states.
- Updated package dependencies to include @rc-component/checkbox.
2026-01-28 11:53:03 +07:00

6 lines
162 B
CSS

@import './form-item.style.css';
@import './input.style.css';
@import './input-number.style.css';
@import './textarea.style.css';
@import './checkbox.style.css';