Wool Components


Demo

https://woolimi.github.io/wool-components/

Overview

FUCKING NOISY BUT CUTE Vue3 component library.

Documented using Histoire

Getting Started

  1. Download

bash

yarn add wool-components@latest
  1. Import index.css file in main.ts

js

import { createApp } from 'vue';
import App from './App.vue';
import 'wool-components/dist/index.css';

createApp(App).mount('#app');
  1. Import component

vue

<script setup>
import { WButton } from 'wool-components';
</script>

Stacks

  • Vue3
  • Histoire
  • Tailwind