UNPKG

react-color

Version:

A Collection of Color Pickers from Sketch, Photoshop, Chrome & more

14 lines (12 loc) 419 B
import React from 'react'; import { storiesOf } from '@storybook/react'; import { renderWithKnobs } from '../../../.storybook/report'; import SyncColorField from '../../../.storybook/SyncColorField'; import Google from './Google'; storiesOf('Pickers', module).add('GooglePicker', function () { return React.createElement( SyncColorField, { component: Google }, renderWithKnobs(Google, {}, null) ); });