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

@dialpad/dialtone-css

Package Overview
Dependencies
Maintainers
0
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dialpad/dialtone-css

Dialpad's design system

  • 8.46.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

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.

Keywords

FAQs

Package last updated on 29 Oct 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

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