File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -133,17 +133,17 @@ Join our [Discord channel](https://discord.gg/WhX2nG6GTQ) or [open an issue](htt
133
133
134
134
## Slots
135
135
136
- | Slot | Attributes | Description |
137
- | --- | --- | --- |
138
- | ** off** | | Rendered when the toggle is ` off ` (by default ` offLabel ` ). |
139
- | ** on** | | Rendered when the toggle is ` on ` (by default ` onLabel ` ). |
136
+ | Slot | Description |
137
+ | --- | --- |
138
+ | ** off** | Rendered when the toggle is ` off ` (by default ` offLabel ` ). |
139
+ | ** on** | Rendered when the toggle is ` on ` (by default ` onLabel ` ). |
140
140
141
141
## Examples
142
142
143
143
* [ Default toggle] ( #default-toggle )
144
144
* [ Toggle with labels] ( #toggle-with-labels )
145
145
* [ Toggle with custom values] ( #toggle-with-custom-values )
146
- * [ Toggle with custom styles] ( #toggle-with-custom-style )
146
+ * [ Toggle with custom styles] ( #toggle-with-custom-styles )
147
147
148
148
### Default toggle
149
149
You can’t perform that action at this time.
0 commit comments