0.0.14 • Published 4 years ago

@lineupkultur/lineupui v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago