ADDED: Segmented buttons component

TODO: Styles for SB component
This commit is contained in:
2024-02-02 02:52:36 +04:00
parent 2b4bdc2b75
commit 231bdbec3a
5 changed files with 261 additions and 2 deletions

View File

@@ -11,3 +11,4 @@ export { Ripples, Ripple } from './ripple/ripple';
export { TextField } from './text-field/text-field';
export { IconButton } from './icon-button/icon-button';
export { ButtonLayout } from './button-layout/button-layout';
export { SegmentedButtons } from './segmented-buttons/segmented-buttons';