0.2.0 • Published 3 years ago

vue2-syara-ui v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

npm npm NPM

Syara UI Tools

User interface tools for web applications

Requirements

  • vue 2.x

Installation

npm install vue2-syara-ui 

Usage

Register all available components with Vue.use

// main.js

import SyaraUi from 'vue2-syara-ui'

Vue.use(SyaraUi) 

Or use just the components you need

// main.js

// import object with components
import { SyaraUiComponents } from 'vue2-syara-ui'

// Use only what you need
Vue.use(SyaraUiComponents.SyTable)

Components

Click on component's name to see the documentation (if available)

NameTypeStatus
SyTabletableOk
SyFormformX
SyButtonbuttonX
SyChartchartsX
SyIconsvg iconsX

More information

SyaraUI Docs

0.2.0

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago