1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 11:34:21 +00:00

🔧 Disable the value prop in the ThreeRadios story

This commit is contained in:
Steffo 2021-08-20 04:55:08 +02:00
parent 2b323720a1
commit 3c2aff0a19
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -40,3 +40,11 @@ export const ThreeRadios = props => (
ThreeRadios.args = {
name: "example"
}
ThreeRadios.argTypes = {
customColor: {
control: {type: "color"},
},
value: {
control: {type: "null"},
},
}