Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 373 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 373 Bytes

Minorui (A work in progress)

A Vue UI component library with a minimal design.

Installation

Install v-minor-ui using yarn or npm:

# Using NPM
npm install --save v-minor-ui

# Using Yarn
yarn add v-minor-ui

Usage

import { Card } from 'v-minor-ui';

// ...

<Card>
  Hello World
</Card>