Directory

link - Vaadin Add-on Directory

Polymer-based web component and Sass mixins for a D2L link link - Vaadin Add-on Directory
**[ This description is mirrored from README.md at [github.com/BrightspaceUI/link](https://github.com//BrightspaceUI/link/blob/v5.3.0/README.md) on 2019-05-10 ]** # d2l-link [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/BrightspaceUI/link) [![Bower version][bower-image]][bower-url] [![Build status][ci-image]][ci-url] [Polymer](https://www.polymer-project.org)-based web component and [Sass](http://sass-lang.com/) mixins for a D2L link. Links look like this: ![example screenshot of link](/screenshots/overview.png?raw=true) For further information on this and other components, refer to [The Brightspace UI Guide](https://github.com/BrightspaceUI/guide/wiki). ## Installation `d2l-link` can be installed from [Bower][bower-url]: ```shell bower install d2l-link ``` ## Link Styles The following link styles are available for use in your application: ### Standard This is the standard link style, used in most cases. ![example screenshot of standard link](/screenshots/standard.png?raw=true) ### Small Similarly styled to the standard link, but slightly smaller and more compact. ![example screenshot of small link](/screenshots/small.png?raw=true) ### Main Same size as the standard link, but bolder. ![example screenshot of main link](/screenshots/main.png?raw=true) ## Usage Link styles can be applied using either a [Polymer](https://www.polymer-project.org/) web component or [Sass](http://sass-lang.com/) mixins. Which one you use depends on your technology stack and comfort with each. ### Polymer Include the [webcomponents.js](http://webcomponents.org/polyfills/) "lite" polyfill (for browsers who don't natively support web components), then import `d2l-link.html`: ```html ``` The native `` element can now be replaced with ``. Similarly to Sass, the `small` and `main` link styles can be achieved by adding their corresponding attributes: ```html D2L Link Small Link Main Link ``` ### Sass Import the `d2l-link.scss` file into your application's Sass. Then apply the `d2l-link()` mixin to your link elements: ```sass @import 'bower_components/d2l-link/d2l-link.scss'; .my-link { @include d2l-link(); } ``` The `small` and `main` styles can be applied by adding corresponding attributes to the HTML markup: ```html D2L Link Small Link Main Link ``` ## Developing, Testing and Contributing After cloning the repo, run `npm install` to install dependencies. If you don't have it already, install the [Polymer CLI](https://www.polymer-project.org/2.0/docs/tools/polymer-cli) globally: ```shell npm install -g polymer-cli ``` To start a [local web server](https://www.polymer-project.org/2.0/docs/tools/polymer-cli-commands#serve) that hosts the demo page and tests: ```shell polymer serve ``` To lint ([eslint](http://eslint.org/) and [Polymer lint](https://www.polymer-project.org/2.0/docs/tools/polymer-cli-commands#lint)): ```shell npm run lint ``` To run unit tests locally using [Polymer test](https://www.polymer-project.org/2.0/docs/tools/polymer-cli-commands#tests): ```shell npm run test:polymer:local ``` To run [Galen Tests](http://galenframework.com/), which test the resolved CSS: ```shell npm run galen:local:run ``` To lint AND run local unit tests AND Galen tests: ```shell npm test ``` ### Dumping Galen Output The output of the Galen tests can be dumped using the command `npm run galen:local:dump`. Screenshots of the test objects will be put in `test\acceptance\dumps`, and can be used to perform perceptual diffs before/after any changes. The "baseline" version should be committed to source control. [bower-url]: http://bower.io/search/?q=d2l-link [bower-image]: https://badge.fury.io/bo/d2l-link.svg [ci-image]: https://travis-ci.org/BrightspaceUI/link.svg?branch=master [ci-url]: https://travis-ci.org/BrightspaceUI/link ## Versioning Commits and PR merges to master will automatically do a minor version bump which will: * Update the version in `package.json` * Add a tag matching the new version * Create a github release matching the new version By using either **[increment major]** or **[increment patch]** notation inside your merge message, you can overwrite the default version upgrade of minor to the position of your choice.
Online Demo
View on GitHub
Documentation
GitHub Homepage
Issue tracker

link version 0.7.0
### Dependencies * vui-focus#~0.7.1

link version 0.7.1
### Dependencies * vui-focus#~0.7.1

link version 1.0.0
### Dependencies * vui-colors#^0.0.5

link version 1.0.1
### Dependencies * vui-colors#^0.0.5

link version 1.0.2
### Dependencies * vui-colors#^0.1.0

link version 1.1.0
### Dependencies * vui-colors#^0.2.0

link version 1.1.1
### Dependencies * vui-colors#^0.2.0

link version 2.0.0
### Dependencies * polymer#^1.3.1 * vui-colors#^1.0.1

link version 2.1.0
### Dependencies * polymer#^1.3.1 * vui-colors#^1.0.1

link version 3.0.0
### Dependencies * d2l-colors#~2.0.0 * polymer#~1.5.0

link version 3.0.1
### Dependencies * d2l-colors#~2.0.0 * polymer#~1.5.0

link version 3.1.0
### Dependencies * d2l-colors#~2.1.0 * polymer#~1.5.0

link version 3.1.1
### Dependencies * d2l-colors#^2.1.0 * polymer#^1.5.0

link version 3.1.2
### Dependencies * d2l-colors#^2.1.0 * polymer#^1.5.0

link version 3.2.0
### Dependencies * d2l-colors#^2.2.0 * polymer#^1.7.0

link version 3.2.1
### Dependencies * d2l-colors#^2.2.2 * polymer#^1.7.0

link version 3.3.0
### Dependencies * d2l-colors#^2.2.2 * polymer#^1.7.0

link version 3.3.1
### Dependencies * d2l-colors#^2.2.3 * polymer#^1.7.0

link version 3.4.0
### Dependencies * d2l-colors#^2.2.3 * polymer#^1.7.0

link version 3.5.0
### Dependencies * d2l-colors#^2.2.3 * polymer#^1.7.0

link version 3.5.1
### Dependencies * d2l-colors#^2.4.0 * polymer#^1.9.0

link version 4.0.0
### Dependencies * d2l-colors#^3.1.0 || ^2.4.0 * polymer#Polymer/polymer#1.9 - 2

link version 4.0.1
### Dependencies * d2l-colors#^3.1.2 * polymer#1.9 - 2

link version 4.0.2
### Dependencies * d2l-colors#^3.1.2 * d2l-polymer-behaviors#^1.3.0 * polymer#1.9 - 2