nizulzaim / lrt-apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Viu UI

How to start?

Install Meteor framework first and then run in project folder:

git clone https://github.com/DevsignStudio/viu.git
meteor npm install
meteor

Or you can install packages in existing project:

meteor add akryum:vue akryum:vue-router2 akryum:vue-component
meteor add devsignstudio:viu-ui
meteor npm rebuild

Current progress:

  • Appbar
  • Side Navigation
  • Buttons (Raised, Flat & Color)
  • Cards
  • Confirmation Dialog
  • Snackbar
  • Expansiol Panel (Accordion)
  • Lists (Single, Double, Triple)
  • Image Loading
  • Dropdown Menu
  • Dropdown Select
  • Modal
  • Checkbox
  • Radio
  • Switch
  • Sliders
  • Tooltips (buggy)
  • Textfield (single & multiline)
  • Tab
  • Icon
  • Icon Button
  • SearchBox
  • FAB
  • Date picker
  • Time picker
  • Gallery
  • Login Form
  • Custom cards
  • Transition Effects
  • Progress Bar

About

License:MIT License


Languages

Language:Vue 68.4%Language:JavaScript 30.7%Language:CSS 0.5%Language:HTML 0.4%