Skip to content

Commit

Permalink
docs(ToggleButton): removes outdated label_position docs (#2141)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz authored and tujoworker committed May 31, 2023
1 parent 0a49595 commit a067f31
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,3 @@ showTabs: true
| `suffix` | _(optional)_ text describing the content of the ToggleButtonGroup more than the label. You can also send in a React component, so it gets wrapped inside the ToggleButtonGroup component. |
| `skeleton` | _(optional)_ if set to `true`, an overlaying skeleton with animation will be shown. |
| [Space](/uilib/components/space/properties) | _(optional)_ spacing properties like `top` or `bottom` are supported. |

### ToggleButton group Context

You can also pass through `label_position` and some more **ToggleButton** properties to the Group. This way all nested ToggleButton's will get the properties.

0 comments on commit a067f31

Please sign in to comment.