mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-09-03 02:53:31 +02:00
feat(text): added is-disabled to text. changed text to texts.
This commit is contained in:
@@ -3,7 +3,7 @@ import { // eslint-disable-line import/no-extraneous-dependencies
|
||||
withKnobs, radios,
|
||||
} from '@storybook/addon-knobs';
|
||||
|
||||
const stories = storiesOf('Text', module);
|
||||
const stories = storiesOf('Texts', module);
|
||||
stories.addDecorator(withKnobs);
|
||||
|
||||
stories.add('text', () => {
|
||||
|
Reference in New Issue
Block a user