fix(Toggle): missing disabled prop

This commit is contained in:
Benjamin Canac
2023-06-12 14:24:08 +02:00
parent be5f352296
commit fe833eb2b2
2 changed files with 17 additions and 0 deletions

View File

@@ -26,6 +26,18 @@ excludedProps:
---
::
### Disabled
Use the `disabled` prop to disable the Toggle.
::component-card
---
props:
disabled: true
---
::
## Props
:component-props