mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 19:44:21 +00:00
🔧 Disable the value prop in the ThreeRadios
story
This commit is contained in:
parent
2b323720a1
commit
3c2aff0a19
1 changed files with 8 additions and 0 deletions
|
@ -40,3 +40,11 @@ export const ThreeRadios = props => (
|
||||||
ThreeRadios.args = {
|
ThreeRadios.args = {
|
||||||
name: "example"
|
name: "example"
|
||||||
}
|
}
|
||||||
|
ThreeRadios.argTypes = {
|
||||||
|
customColor: {
|
||||||
|
control: {type: "color"},
|
||||||
|
},
|
||||||
|
value: {
|
||||||
|
control: {type: "null"},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in a new issue