Wool Components
Demo
https://woolimi.github.io/wool-components/
Overview
FUCKING NOISY BUT CUTE Vue3 component library.
Documented using Histoire
Getting Started
- Download
bash
yarn add wool-components@latest
- Import
index.css
file inmain.ts
js
import { createApp } from 'vue';
import App from './App.vue';
import 'wool-components/dist/index.css';
createApp(App).mount('#app');
- Import component
vue
<script setup>
import { WButton } from 'wool-components';
</script>
Stacks
- Vue3
- Histoire
- Tailwind