UNPKG

react-animation-presets

Version:

Welcome to the React animation presets project. This project will give an overview of reusable animations used within Oberon projects.

17 lines (12 loc) 347 B
import { setOptions } from '@storybook/addon-options'; import { configure, setAddon } from '@storybook/react'; import JSXAddon from 'storybook-addon-jsx'; function loadStories() { require('../src/stories'); } setOptions({ name: 'Oberon animations', url: 'https://oberon.nl', }); setAddon(JSXAddon); configure(loadStories, module);