mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
52cd7afbf3
commit
b2d93e55ac
3 changed files with 18 additions and 0 deletions
|
@ -21,6 +21,12 @@ export interface RadioButtonGroupProps
|
|||
*/
|
||||
legendText?: string;
|
||||
|
||||
/**
|
||||
* Set to `true` to visually hide the legend
|
||||
* @default false
|
||||
*/
|
||||
hideLegend?: boolean;
|
||||
|
||||
/**
|
||||
* Specify the label position
|
||||
* @default "right"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue