Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dash-components

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dash-components

A web component user interface library for Dash products.

  • 0.5.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
increased by166.67%
Maintainers
1
Weekly downloads
 
Created
Source

🎛 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')

FAQs

Package last updated on 22 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc