0.0.14 • Published 3 years ago

@lineupkultur/lineupui v0.0.14

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

Lineup UI

A set of styled UI components for Vue 3 crafted using Vite, Typescript and Tailwind CSS.

Getting Started

Dependencies

Working with the UI components requires you to have the following packages installed and set up:

  1. Vue (version 3)
  2. tailwindcss (version 2)
  3. vuelidate (version 2)

Installation

# npm
npm i @lineupkultur/lineupui

# yarn
yarn add @lineupkultur/lineupui

Install all components globally. They can then be used without explicitly importing them.

import { createApp } from "vue";
import App from "./App.vue";
import LineupUI from "@lineupkultur/lineupui";

import "./assets/tailwind.css";

createApp(App)
  .use(LineupUI)
  .mount("#app");

Storybook

For the storybook documentation take a look at lineupkultur.github.io/lineupui.

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 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