mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 07:11:36 +08:00
fixing issue with deprecated file. Changing radio button import.
This commit is contained in:
parent
41300e93cb
commit
ba27a85ff1
@ -7,12 +7,13 @@ import {
|
||||
boolean,
|
||||
color,
|
||||
select,
|
||||
radioButtons,
|
||||
array,
|
||||
date,
|
||||
object,
|
||||
} from '@storybook/addon-knobs/react';
|
||||
|
||||
import { radioButtons } from '@storybook/addon-knobs';
|
||||
|
||||
export default () => {
|
||||
const name = text('Name', 'Storyteller');
|
||||
const age = number('Age', 70, { range: true, min: 0, max: 90, step: 5 });
|
||||
|
Loading…
x
Reference in New Issue
Block a user