This package has been deprecated

Author message:

replaced with BrightspaceUI/link Bower package

vui-link

1.1.1 • Public • Published

vui-link

Bower version NPM version Build status Dependency Status

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

Installation

Install from NPM:

npm install vui-link

Install from Bower:

bower install vui-link

Usage

Import the mixins:

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

Links:

.app {
 
    a {
        @include vui-link;
    }
 
}

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.

/vui-link/

    Package Sidebar

    Install

    npm i vui-link

    Weekly Downloads

    1

    Version

    1.1.1

    License

    Apache-2.0

    Last publish

    Collaborators

    • d2l-travis-deploy