0.2.0 • Published 4 years ago
vue2-syara-ui v0.2.0
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)
| Name | Type | Status |
|---|---|---|
| SyTable | table | Ok |
| SyForm | form | X |
| SyButton | button | X |
| SyChart | charts | X |
| SyIcon | svg icons | X |