0.0.10 • Published 2 years ago

noidea-ui v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Noidea UI

Vue 3 components library written in TypeScript using TailwindCSS

Note: WIP

Explore storybook docs

Installation

npm install noidea-ui

Usage

<script setup lang="ts">
  import { Button } from 'noidea-ui'
  import 'noidea-ui/dist/style.css'
</script>

<template>
  <Button>Click me</Button>
</template>
0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago