Skip to content

Commit

Permalink
Merge pull request #58 from deriv-com/f-add-radio-button-component
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv committed Apr 15, 2024
2 parents a9c6c21 + 3b1d969 commit c145427
Show file tree
Hide file tree
Showing 10 changed files with 1,514 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/components/SelectionControl/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export * from "./checkbox/checkbox-single";
export * from "./checkbox/checkbox-group";
export * from "./radio/radio-button";
export * from "./radio/radio-group";
export * from "./toggle-switch";
Loading

0 comments on commit c145427

Please sign in to comment.