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

@computas/designsystem

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@computas/designsystem

The Computas design system

  • 0.0.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
84
decreased by-26.32%
Maintainers
0
Weekly downloads
 
Created
Source

Computas design system

The Computas design system contains building blocks and patterns for creating beautiful and consistent UI's that complies with the Computas design language.

npm version

Getting started

Install the library in your application using your preferred package manager.

npm install @computas/designsystem

Import the global styles at the top of your application.

@import "@computas/designsystem/global-styles.css";

This style sheet adds an opinionated CSS reset to your page, adds all CSS variables to the root of your stylesheet, and provides the code for the CSS-based components.

Import the components that you need for your application.

// React
import { CxDropdown } from "@computas/designsystem/dropdown/react";
// Web Component (Angular, Vue etc.)
import "@computas/designsystem/dropdown";

Finally, use your component in your template.

// React
<CxDropdown>...</CxDropdown>
<!-- Web Component (Angular, Vue etc.) -->
<cx-dropdown> ... </cx-dropdown>

FAQs

Package last updated on 13 Jan 2025

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