This package has been deprecated

Author message:

replaced with BrightspaceUI/button Bower package

vui-button

1.2.1 • Public • Published

vui-button

Bower version NPM version Build status Dependency Status

This component contains Sass mixins and CSS that you can use to style buttons.

Installation

Install from NPM:

npm install vui-button

Install from Bower:

bower install vui-button

Usage

Import the mixins:

@import 'bower_components/vui-button/button.scss'; // or... 
 
@import "node_modules/vui-button/button.scss";

Buttons:

button {
    @include vui-button;
}
 
button.primary {
    @include vui-button-primary;
}

For further information on this component and other VUI components, see the docs at ui.valence.d2l.com.

Coding styles

See the VUI Best Practices & Style Guide for information on VUI naming conventions, plus information about the EditorConfig rules used in this repo.

Readme

Keywords

Package Sidebar

Install

npm i vui-button

Weekly Downloads

1

Version

1.2.1

License

Apache-2.0

Last publish

Collaborators

  • d2l-travis-deploy