Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

balm-ui

Package Overview
Dependencies
Maintainers
1
Versions
555
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

balm-ui

Next Generation Material UI for Vue.js

  • 0.6.0-beta.17
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
192
decreased by-60.98%
Maintainers
1
Weekly downloads
 
Created
Source

BalmUI

Next Generation Material UI for Vue.js

Quick Start

0. Requirement

  • BalmJS
  • Vue.js@2.x

1. Install

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

2. CSS Config

/* `/path/to/_vendor.scss` */

/* Sass code  */
@import 'node_modules/balm-ui/src/styles/balm-ui.scss';

3. Usage

// `/path/to/your_main.js`

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
    • Dialog
    • Snackbar
  • Menu

Plugins

  • Event
  • Grid
  • Typography
  • Theme
  • Validator
  • Alert
  • Confirm
  • Toast

Directives

  • Ripple
  • Elevation
  • Shape

Utilities

  • IE Detection
  • Type Detection
  • Util Function

thx BalmJS & Vue.js

FAQs

Package last updated on 24 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc