1.2.1 • Published 8 years ago

vui-button v1.2.1

Weekly downloads
43
License
Apache-2.0
Repository
github
Last release
8 years ago

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.

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.7.5

9 years ago

0.7.3

9 years ago

0.7.2

9 years ago

0.7.1

9 years ago

0.7.0

9 years ago

0.6.2

9 years ago

0.6.1

9 years ago

0.6.0

9 years ago

0.5.3

9 years ago

0.5.2

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago