Styling

The main goal is to create a tree-like list of nested items. You should be able to achieve that by simply dragging and dropping the items using your mouse. Touch screens are not supported yet! 😐

You can use the listClassNames and listItemClassNames props on the Config object to assign custom class names to your list and list items. This helps with integrating your preferred front-end toolkit styling into your Nested Sort lists. Below, you can see an example for Twitter Bootstrap v4 styling:

Twitter Bootstrap [Data-driven List]