A components library focused on customization/accessibility
To learn more, check the documentation.
- π¨βπ¨ Minimal CSS to do your customization
- π¦Ύ Accessibility in mind
- π Fully typed
- π§© Framework agnostic
- π¦ Simple components ready to use
- πͺΆ Lightweight
And more to come!
Vanilla JS/TS
npm i -D compotes
# yarn
yarn add -D compotes
# pnpm
pnpm add -D compotes
#bun
bun add -D compotesVue 3
npm i -D @compotes/vue
# yarn
yarn add -D @compotes/vue
# pnpm
pnpm add -D @compotes/vue
#bun
bun add -D @compotes/vueA lot of component libraries are already shipped with styles but as a Front End developer, I always want to override a lot. Furthermore, they are not always accessible or they are shipped with jQuery.
There are some good libraries like React Aria but it's made to work on one framework and I work on different tech like Wordpress, Symfony or VueJS.
This library provides only the compotes and it's up to you to make a tart.
This project uses AI to improve and keep the documentation up to date. It also helps me writing the connection between core components to VueJS.
MIT