xiayefeng / atom-design

:memo: The mobile side UI-library base on Vue2.0

Home Page:https://atom-design.github.io/docs/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atom-Design

Mobile side UI-library base on Vue2.0

Features

  • Icon drawn by CSS
  • Customizable components style
  • Simple and easy to use components

Installation

npm install atom-design --save
yarn add atom-design

Usage

import Vue from 'vue'
import atomD from 'atom-design'
import 'atom-design/bundle/style.css'
Vue.use(atomD)

Licence

MIT

Copyright (c) 2019 Reming

About

:memo: The mobile side UI-library base on Vue2.0

https://atom-design.github.io/docs/#/


Languages

Language:JavaScript 85.5%Language:CSS 14.5%