UNPKG

@marciocamello/react-sortable-tree

Version:

Drag-and-drop sortable component for nested data and hierarchies

12 lines (10 loc) 292 B
import { addons } from '@storybook/addons'; import { create } from '@storybook/theming/create'; addons.setConfig({ theme: create({ base: 'light', brandTitle: 'React Sortable Tree', brandUrl: 'https://smartdigitpt.github.io/react-sortable-tree', gridCellSize: 12, }), });