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

@dialpad/dialtone-css

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dialpad/dialtone-css

Dialpad's design system

  • 8.35.0
  • npm
  • Socket score

Version published
Weekly downloads
84
decreased by-20.75%
Maintainers
6
Weekly downloads
 
Created

Dialtone CSS

This is the library for Dialtone's CSS. Any classes or styles used within Dialtone should be stored here and documented on our site under apps/dialtone-documentation.

Installation

Install it via NPM

npm install @dialpad/dialtone-css@latest

Import dialtone

  • CSS/LESS:
@import "@dialpad/dialtone-css";
  • Javascript:
import '@dialpad/dialtone-css';

Add dialtone's theme class to the <body>

  • Light mode

<body class="dialtone-theme-light">...</body>
  • Dark mode

<body class="dialtone-theme-dark">...</body>

This will define the Dialtone CSS variables for your desired theme. It is required to do this for Dialtone to function.

Building Dialtone locally

To build Dialtone locally, visit our installation instructions.

Contributing

If you're interested in contributing to Dialtone, please read our contributing docs before submitting a pull request.

Requesting features / reporting bugs

Requesting a feature or reporting a bug? Please do so at the below links:

Please also feel free to contact us via the #dialtone Dialpad channel with any questions.

FAQs

Package last updated on 07 Jun 2024

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