1.0.8 • Published 2 years ago

selleri-ui v1.0.8

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

Features

  • 🎒 Vue 3
  • 🚀 Vite
  • 🚇 pinia
  • 🐟 TypeScript

install

Using npm to install:

# install latest Vant for Vue 3 project
npm install selleri-ui

Using yarn or pnpm:

# with yarn
yarn add selleri-ui

# with pnpm
pnpm add selleri-ui

Quickstart

import { createApp } from 'vue';
// 1. Import the components you need
import { s_button } from 'selleri-ui';
// 2. Import the components style
import 'selleri-ui/dist/style.css';

const app = createApp();

// 3. Register the components you need
app.use(s_button);
1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago