platon-ui-vue3

0.2.17 • Public • Published

Platon UI

Documentation

Browse online documentation here.

Quick start

You need Vue.js version 2.6+ and Sass loader.

1 Install via npm

npm install platon-ui

2 Import and use Platon UI

Bundle

import Vue from 'vue'
import PlatonUI from 'platon-ui'
import 'platon-ui/scss/platon-ui.scss'

Vue.use(PlatonUI)

or Individual Components

import Vue from 'vue'
import { Select, Input } from 'platon-ui'
import 'platon-ui/scss/platon-ui.scss'

Vue.use(Select)
Vue.use(Input)

3 Include Material Design Icons

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@5.8.55/css/materialdesignicons.min.css">

If you want to customize the icons or the theme, refer to the customization section on the documentation.

Dependencies (6)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i platon-ui-vue3

    Weekly Downloads

    3

    Version

    0.2.17

    License

    ISC

    Unpacked Size

    257 kB

    Total Files

    78

    Last publish

    Collaborators

    • adizbek