UNPKG

@centreon/react-components

Version:
8 lines (6 loc) 267 B
import React from 'react'; import { storiesOf } from '@storybook/react'; import ErrorSnackbar from '../src/MaterialComponents/Snackbar/Error'; storiesOf('Snackbar', module).add('Error', () => ( <ErrorSnackbar open message="Something unexpected happened..." /> ));