Commit 602a23a
authored
Checkboxlist component updates (#80)
* feat: Add CheckboxListInput component and related documentation
- Implemented CheckboxListInput component for rendering a list of checkboxes with Bulma styling.
- Added CheckboxListInputItem model to represent individual checkbox items.
- Introduced CheckboxListInputSize enum for size variations.
- Created multiple demo pages showcasing CheckboxListInput features including data binding, sizes, disabled states, and event handling.
- Updated existing layouts to include links to the new CheckboxListInput documentation.
- Added validation support for CheckboxListInput within Blazor forms.
* feat: Add orientation support to CheckboxListInput component and update documentation
* feat: Update button components in CheckboxListInput demos for consistency1 parent 0468834 commit 602a23a
2 files changed
Lines changed: 7 additions & 3 deletions
File tree
- BlazorExpress.Bulma.Demo.RCL/Pages/Demos/Form/CheckboxListInput
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
6 | 10 | | |
| |||
0 commit comments