Skip to content

yzen/gaia-checkbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<gaia-checkbox> devDependency Status

Installation

$ bower install gaia-components/gaia-checkbox

Then include folowing files in HTML

<link href="bower_components/gaia-icons/gaia-icons.css"></link>
<script src="bower_components/gaia-switch/gaia-checkbox.js"></script>

Examples

Usage

<gaia-checkbox></gaia-checkbox>

Checked

<gaia-checkbox checked></gaia-checkbox>

Disabled

<gaia-checkbox disabled></gaia-checkbox>

Tests

  1. Ensure Firefox Nightly is installed on your machine.
  2. $ npm install
  3. $ npm run test-unit

If you would like tests to run on file change use:

$ npm run test-unit-dev

If your would like run integration tests, use:

$ export FIREFOX_NIGHTLY_BIN=/absolute/path/to/nightly/firefox-bin $ npm run test-integration

Lint check

Run lint check with command:

$ npm run test-lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.7%
  • HTML 16.3%