0.0.3 • Published 12 months ago

@melio-ui/switch v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Switch

기본

<Switch.Root>
  <Switch.Track>
    <Switch.Thumb />
  </Switch.Track>
</Switch.Root>

Label

<Switch.Root>
  <Switch.Track>
    <Switch.Thumb />
  </Switch.Track>
  <Switch.Label>Label</Switch.Label>
</Switch.Root>

Disabled

<Switch.Root disabled>
  <Switch.Track>
    <Switch.Thumb />
  </Switch.Track>
</Switch.Root>

ReadOnly

<Switch.Root readOnly>
  <Switch.Track>
    <Switch.Thumb />
  </Switch.Track>
</Switch.Root>
0.0.3

12 months ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago