import React from 'react' import { storiesOf } from '@storybook/react' import TextField from './' storiesOf('TextField', module) .add('text', () => ) .add('password', () => ) .add('error', () => ) .add('Mascara text', () => ) .add('Material text', () => ) .add('Material password', () => ) .add('Material error', () => )