0.0.7 • Published 5 months ago

xivui v0.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Docs

https://xivui.hxin.link

Browsers support

IE / EdgeFirefoxChromeSafariOperaElectron
Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versionslast 2 versions

Install

Using Package Manager

Using npm

$ npm install xivui --save

Using yarn

$ yarn add xivui

Using pnpm

$ pnpm install xivui --save

Using a script tag for global use

unpkg

<head>
  <!-- Import style -->
  <link rel="stylesheet" href="https://unpkg.com/xivui/dist/index.css" />
  <!-- Import Vue 3 -->
  <script src="https://unpkg.com/vue@3"></script>
  <!-- Import component library -->
  <script src="https://unpkg.com/xivui/dist/index.js"></script>
</head>

jsDelivr

<head>
  <!-- Import style -->
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/xivui/dist/index.css" />
  <!-- Import Vue 3 -->
  <script src="https://cdn.jsdelivr.net/npm/vue@3"></script>
  <!-- Import component library -->
  <script src="https://cdn.jsdelivr.net/npm/xivui/dist/index.js"></script>
</head>
0.0.7

5 months ago

0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago