import React, { useState } from 'react'; import { storiesOf } from '@storybook/react'; import { Progress, IconButton } from '../../index'; const stories = storiesOf('Progress', module); stories.add('progress', () => (