feat: checkbox component (#3603)
* feat: custom checkbox component. * improvement: checkbox component implementation in email notification settings. * improvement: add loader in email notification settings page.
This commit is contained in:
parent
b86c6c906a
commit
1927fdd437
4 changed files with 91 additions and 30 deletions
|
|
@ -1,3 +1,4 @@
|
|||
export * from "./input";
|
||||
export * from "./textarea";
|
||||
export * from "./input-color-picker";
|
||||
export * from "./checkbox";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue