BalmUI
Next Generation Material UI for Vue.js
Quick Start
0. Requirement
1. Install
npm install --save balm-ui
// or
yarn add balm-ui
2. CSS Config
@import 'node_modules/balm-ui/src/styles/balm-ui.scss';
3. Usage
import Vue from 'vue';
import BalmUI from 'balm-ui';
Vue.use(BalmUI);
Enjoy 👻
Reusability & Composition
Components
- Layouts
- Layout Grid
- Toolbar (deprecated)
- Top App Bar
- Drawer
- Tabs
- Buttons
- Button
- Floating Action
- Icon Toggle (deprecated)
- Icon Button
- Icon
- Data View
- List
- Grid List (deprecated)
- Image List
- Card
- Chips
- Linear Progress
- Inputs and Controls
- Text Field
- Checkbox
- Radio
- Select
- Switch
- Slider
- Modal
- Menu
Plugins
- Event
- Grid
- Typography
- Theme
- Validator
- Alert
- Confirm
- Toast
Directives
Utilities
- IE Detection
- Type Detection
- Util Function
thx BalmJS & Vue.js