pre-ui

Extendable UI component library using Vue.js and Tailwind CSS.

Usage no npm install needed!

<script type="module">
  import preUi from 'https://cdn.skypack.dev/pre-ui';
</script>

README

Pre UI

Pre UI is a library of unstyled components used as building blocks to create feature rich UI components with Vue.js and Tailwind CSS. Its goal is to abstract the complexe logic away from the styling of the components.

Getting Started

Usage documentation in progress...

Contributing

Development Setup

After cloning the repo, run:

npm install

Commonly used NPM scripts

# Compiles and hot-reloads for development
npm run serve

# Compiles and minifies for production
npm run build

# Lints and fixes files
npm run lint