1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-11-14 17:35:35 +01:00

Add Switch example to the docs

This commit is contained in:
Aleksandr Gumroian 2022-02-25 15:09:43 +01:00
parent 9e15f1e93e
commit 61e90d1e23
No known key found for this signature in database
GPG Key ID: 9E77849C64F0A733

5
src/bootstrap/Switch.md Normal file
View File

@ -0,0 +1,5 @@
Switch example:
```js
<Switch label="Enable Switch" helpText="Toggle that switch!" />
```