vuetensils icon indicating copy to clipboard operation
vuetensils copied to clipboard

🍴 A tasty toolset for Vue.js 🛠 - Lightweight, functional components to boost your next project.

Results 19 vuetensils issues
Sort by recently updated
recently updated
newest added

I recently discovered that simply registering any of the components in Vuetensils breaks IE11. It took a min, but I realized that most babel configurations will not transpile anything in...

Two requests: * this functionality should be implemented * an example of a fully styled form should with select dropdowns included should be added to the documentation Is it possible...

to improve accessibility of the dialog component https://vuetensils.stegosource.com/components/Dialog.html#installation it would be great to add two attribute on on the generated * aria-modal="true" that will make content outside of the modal...

As requested on the docs page for VTable, here's some thoughts on what's missing and could be improved: - [ ] Remove component styles (they're interfering with my tailwind classes...

**Automate PR quality:** * [ ] Linting must pass * [ ] Tests must pass * [ ] Build must not fail * [ ] Netlify preview of the docs...

Hello! I'm missing a feature from vuetensils' dropdown, that I think every good dropdown should have. Just like a native select, it would be nice to implement a basic search...

Hello and many thanks for this great toolset. One thing I am missing is a nice cleanly organised menubar. Something similar that bootstrap-vue offers but without the large overhead... -...

Hello I have noticed that the VDropdown removes the vts content from the dom when not active. Is it posible to just have the component o add or hide a...

A suggestion, which might be useful for sidebars, is a width toggle. You can basically use the functions you already have in VToggle.vue and change height to width. So you...

enhancement