Management Toolbar
Management toolbar is an extension of Toolbar. It is a combination of different components, including filters, orders, search, visualization select, and other actions that let users manage a dataset.
install | yarn add @clayui/management-toolbar |
---|---|
version | 3.111.0 |
Deprecated3.111.0View in LexiconCHANGELOG
Composing
With ClayManagementToolbar you can create a variety of Management Toolbar variations, use ClayManagementToolbar
component as the outside container, ClayManagementToolbar.ItemList
for creating groups of items and ClayManagementToolbar.Item
for create items inside groups. Use expand
property on ClayManagementToolbar.ItemList
for expanding the item list.
We recommend that you review the use cases in the Storybook. Also, check our List Page Template on Storybook.
Use ClayManagementToolbar.Search
for creating a Search input inside the management toolbar.
Aggregating ClayManagementToolbar.ItemList
and ClayManagementToolbar.ResultsBar
you can reach this result:
Results Bar
Use ClayManagementToolbar.ResultsBar
for creating a results bar and ClayManagementToolbar.ResultsBarItem
for defining items inside Results Bar.