Skip to content

useGridIcons

Composable to get the current icon overrides from the nearest provider.

useGridIcons(): Partial<GridIcons> | undefined
<script setup>
import { useGridIcons } from '@toolbox-web/grid-vue';
const icons = useGridIcons();
</script>
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