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

@servicetitan/design-system

Package Overview
Dependencies
Maintainers
0
Versions
280
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@servicetitan/design-system

The design system is a library of CSS components with TypeScript React wrappers.

  • 14.5.1
  • rc
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Anvil Design System

The design system is a library of CSS components with TypeScript React wrappers.

Installation

npm install @servicetitan/design-system --save

Using React Components

In React environments, include the CSS file with any method that makes sense with your project. Components can be imported like any other NPM module.

import '@servicetitan/design-system/dist/system.min.css';
import { Component } from '@servicetitan/design-system';

Using CSS components

We strongly recommend using the React components. That said, the CSS is written following BEM naming rules, so a React Component translates to a CSS class of .Component. Variations are modifier classes, e.g. .Component .Component—variation.

Keep in mind that the design system is a living tool and will change in the future. Upgrading versions of the design system should be done cautiously as classes could change.

<link rel="stylesheet" href="../node_modules/@servicetitan/design-system/dist/system.min.css">

FAQs

Package last updated on 22 Nov 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