GridIconProviderProps
Props for the GridIconProvider component.
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
icons | Partial<GridIcons> | Icon overrides to provide to all descendant grids. Only specify icons you want to override - defaults are used for the rest. |
children | ReactNode |
Property Details
Section titled “Property Details”const icons = { expand: '➕', collapse: '➖', sortAsc: '↑', sortDesc: '↓',};
<GridIconProvider icons={icons}> <App /></GridIconProvider>
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt