0.5.5 • Published 8 years ago

dash-components v0.5.5

Weekly downloads
7
License
ISC
Repository
github
Last release
8 years ago

🎛 Dash Components

Build Status

Documentation

For complete documentation, please view the component guide at components.dashaudio.co/

Quick Start

The web components can be used by including a single script tag on your page:

<script src="https://components.dashaudio.co/versions/vX.Y.Z/components.js"></script>
<dash-button primary>My Button</dash-button>

The library also exports a style sheet which can be used independently of the components:

<link rel="stylesheet" href="https://components.dashaudio.co/versions/vX.Y.Z/components.css" />
<span class="dash-text-heading">My Heading</span>

You may also include the library directly via NPM. The NPM distribution contains the script and optional stylesheet, but note that external resources such as fonts and images are not included, and at runtime the script will call https://components.dashaudio.co as needed to get them.

npm install dash-components --save-dev
require('dash-components')
0.5.5

8 years ago

0.5.4

8 years ago

0.5.3

8 years ago

0.5.2

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.5

8 years ago

0.4.4

8 years ago

0.4.3

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.16

8 years ago

0.3.15

8 years ago

0.3.14

8 years ago

0.3.13

8 years ago

0.3.12

8 years ago

0.3.11

8 years ago

0.3.10

8 years ago

0.3.9

8 years ago

0.3.8

8 years ago

0.3.7

8 years ago

0.3.6

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.7

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago