Skip to content

Latest commit

 

History

History
executable file
·
52 lines (45 loc) · 948 Bytes

README.md

File metadata and controls

executable file
·
52 lines (45 loc) · 948 Bytes

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