# vue-impression **Repository Path**: littlemenu/vue-impression ## Basic Information - **Project Name**: vue-impression - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-02-15 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-impression A Vue.js 2.0 UI elements for mobile.[Demo](https://newdadafe.github.io/impression_vue/#/button) ## Installation ```shell npm i vue-impression -S ``` ## Usage scripts: ```javascript import Vue from 'vue' import Impression from 'vue-impression'; Vue.use(Impression); ``` styles: ```scss @import '../../node_modules/vue-impression/dist/styles/index'; @import 'myProjectCss'; ``` ## Example ```html 按钮 ``` ## Download - https://newdadafe.github.io/resources/vue-impression.js - https://newdadafe.github.io/resources/vue-impression.css ## Demo https://newdadafe.github.io/impression_vue/#/button ## Components - [x] Button - [x] Group - [x] GroupTitle - [x] Cell - [x] Flex - [x] FlexItem - [x] Icon - [x] Navbar - [x] Navigation - [x] Tabbar - [x] Drawer - [x] Loading - [x] Alert - [x] Toast - [x] Radio - [x] RadioGroup - [x] Checkbox - [x] CheckboxGroup - [x] Toggle(Switch) - [x] InputNumber - [x] InputText - [x] InputArea - [x] Selector - [x] Tag - [x] Badge - [x] Tip - [x] HRule(Hr) - [x] InlineSelector - [x] Swipe - [x] SlideUp - [x] SegmentedControl - [x] Media - [x] Card - [x] Picker - [x] DatePicker - [x] Search - [x] BackToTop - [x] Pull down - [x] Pull up - [x] Sideslip - [x] Progressbar - [ ] Sticky ## Quickly build web app [yeoman generator](https://github.com/NewDadaFE/generator-vue-impression)