UNPKG

@mentor-apm/react-sortable-tree

Version:

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

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