Giter Club home page Giter Club logo

balm-ui's Introduction

BalmUI BalmUI version MDC version FOSSA Status

Next Generation Material UI for Vue.js

What is BalmUI?

Following the Material Design UI components for the web specification, we developed the BalmUI library that contains a set of high quality components and demos for building rich, interactive user interfaces.

Documentation & Demos

Quick Start

0. Requirement

1. Install

yarn add balm-ui
// OR
npm install --save balm-ui

2. Config

Edit my-project/app/styles/global/_vendor.scss

/* Add BalmUI styles */
@import 'node_modules/balm-ui/src/styles/balm-ui.scss';

Download Material Design Icons and extract to /path/to/my-project/app/fonts.

3. Usage

Edit my-project/app/scripts/main.js

3.1 Default Usage

import Vue from 'vue';
import BalmUI from 'balm-ui'; // Mandatory
import BalmUIPlus from 'balm-ui/dist/balm-ui-plus'; // Optional

Vue.use(BalmUI); // Mandatory
Vue.use(BalmUIPlus); // Optional

3.2 Standalone Usage

import Vue from 'vue';
import UiButtonComponents from 'balm-ui/components/button';

// (Recommended) Splitting CSS out from the main application, see BalmUI advanced usage.
import 'balm-ui/components/core.css';
import 'balm-ui/components/button.css';
import 'balm-ui/components/icon.css'; // Optional.

Vue.use(UiButtonComponents);

Enjoy ๐Ÿ‘ป

Reusability & Composition

Components

  • General
    • Button
    • Floating Action Button
    • Icon Button
    • Icon (Material icons)
  • Layout
    • Top App Bar
    • Layout Grid
    • Tabs
  • Navigation
    • Drawer
    • Menu
  • Data Entry
    • Text Field
    • Select
    • Checkbox
    • Radio
    • Switch
    • Slider
    • File (๐Ÿ’ก)
    • Autocomplete (๐Ÿ’ก)
    • Datepicker (๐Ÿ’ก)
    • Rangepicker (๐Ÿ’ก)
  • Data View
    • List
    • Grid List (๐Ÿ’€)
    • Image List (migrate from Grid List)
    • Card
    • Chips
    • Data Table
    • Pagination (๐Ÿ’ก)
    • Text Divider (๐Ÿ’ก)
  • Feedback
    • Dialog
    • Snackbar
    • Linear Progress
    • Skeleton (๐Ÿ’ก)

Plugins

  • Event (๐Ÿ’ก)
  • Grid
  • Typography
  • Theme
  • Validator (๐Ÿ’ก)
  • Alert (๐Ÿ’ก)
  • Confirm (๐Ÿ’ก)
  • Toast (๐Ÿ’ก)

Directives

  • Ripple
  • Elevation
  • A11y
  • Anchor (๐Ÿ’ก)

Utilities (๐Ÿ’ก)

  • Type Detections
  • Helper Functions
  • IE Detection

๐Ÿ’ก: Plus UI, ๐Ÿ’€: Deprecated

Contributing

We'd love for you to contribute and make BalmUI even better than it is today! Please make sure to read the Contributing Guide before making a pull request. You can submit any ideas as pull requests or as GitHub issues.

Browser support

We officially support the last two versions of every major browser. Specifically, we test on the following browsers:

  • Chrome on Android, Windows, macOS, and Linux
  • Firefox on Windows, macOS, and Linux
  • Safari on iOS and macOS
  • Edge on Windows
  • IE 11 on Windows

Special Thanks to

License

FOSSA Status

balm-ui's People

Contributors

elf-mouse avatar fossabot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.