Continue reading “petite-vue
— A 5.5kb subset of Vue optimized for Progressive Enhancement”
Tag Archives: vue
Headless UI — Completely Unstyled, Fully Accessible UI Components
Headless UI provides a nice set of bare bones React/Vue components — Menu (Dropdown), Listbox (Select), Switch (Toggle), Dialog (Modal), etc. — for us to use in our UIs. Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS. In case you’re no fan of Tailwind, don’t let the “with Tailwind CSS” …
Continue reading “Headless UI — Completely Unstyled, Fully Accessible UI Components”
Vue.js: The Documentary
Some notes: Great to see that Vue grew out of a personal need, not a plan to make money. Those projects always win. It requires one to invest a lot of personal time and effort into their projects … remember that, before you start complaining about something in a repository (or in a blog’s comment …
How to add Dark Mode to a JavaScript App (React / Angular / Vue / etc)
In this post I’ll cover how to add Dark Mode to a JavaScript App. All major frameworks (React, Angular, Vue, etc.) are covered!
Learning Vue
I haven’t checked out Vue myself yet (more into React 😉), but this five-part series by Sarah Drasner seems like a very solid start … Rendering, Directives, and Events Components, Props, and Slots Vue-cli and Lifecycle Hooks Vuex Animations Learning Vue – CSS-Tricks →