Dialtone

screenshot of Dialtone
vite
vue
less

The main repository for all of Dialpad's design system resources.

Overview

Dialtone is the comprehensive design system developed by Dialpad, encompassing a monorepo of various packages that can be deployed individually or as a unified solution. This design system aims to streamline the development process, offering developers a suite of tools and components that facilitate the creation of visually consistent and user-friendly applications. Whether you're working with default themes or looking to customize your user interface with specific branding, Dialtone provides flexible options to meet your needs.

As the design ecosystem continues to evolve, Dialtone ensures that teams have access to the latest features, including theming capabilities and component libraries. With a clear focus on modern frameworks such as Vue and the option to work with or without JavaScript, Dialtone is engineered for versatility and ease of use in a variety of development environments.

Features

  • Theming Options: Choose from several built-in themes, including Dialpad Light, Dark, and others for customized branding experiences.
  • Flexible Package Handling: Utilize Dialtone as a combined package or select individual components based on project requirements.
  • Simple Installation: Easily installed via NPM, streamlining the integration process into your projects.
  • Shadow DOM Compatibility: The setTheme() function allows for theme application to specific elements, making it ideal for shadow DOM scenarios.
  • Icon Library: Access a range of pre-designed icons that align with the Dialtone aesthetic for consistent UI design.
  • MCP Server: Install the MCP server for improved efficiency in local development, supporting a smooth workflow with Dialtone components.
  • Vue Component Support: While Dialtone Vue 2 is deprecated, the library still supports Vue 3, ensuring modern compatibility for developers.
  • Comprehensive Documentation: Detailed instructions for both theming and package usage guide developers through implementation seamlessly.
vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

less
LESS

Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.

ui-kit
UI Kits & Components

A UI kit provides developers with a set of reusable components that can be easily integrated into a website or application. These components are pre-designed with consistent styling and functionality, allowing developers to save time and effort in the design and development process. UI kits can be either custom-built or third-party, and often include components for buttons, forms, typography, icons, and more.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

Storybook

Storybook is a tool for developing and testing UI components in isolation. It provides a sandbox environment where you can experiment with different props and states to see how your component responds.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.