Toggle Animated chevron icon component for Vue Mar 05, 2021 1 min read vue-chevron Animated chevron toggle component. View Demo View Github Install npm install vue-chevron CDN: UNPKG | jsDelivr (available as window.VueChevron) Usage <template> <vue-chevron></vue-chevron> </template> <script> import VueChevron from 'vue-chevron' export default { components: { VueChevron } } </script> GitHub ToggleIcon
Laravel A Laravel Nova package that allows you to hide/show columns in the index view A Laravel Nova package that allows you to hide/show columns in the index view 05 October 2023