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

@0xsequence/design-system

Package Overview
Dependencies
Maintainers
6
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/design-system

Sequence Design System is a reusable component library uses across the Sequence product suite.

  • 0.1.19
  • npm
  • Socket score

Version published
Weekly downloads
926
increased by21.2%
Maintainers
6
Weekly downloads
 
Created
Source

Live Storybook

Sequence Design System

Sequence Design System is a reusable component library uses across the Sequence product suite.

Components are written in React with Vanilla Extract, and its stories are written in Component Story Format.

Install

yarn add @0xsequence/design-system

Use

Import components you want into your UI

import { Box, Text, Button } from '@0xsequence/design-system'

and use them like so

const example = () => (
  <Box display="flex" gap="1">
    <Text variant="normal">Hello, World!</Text>
    <Button variant="primary" label="Click me" onClick={() => 0}/>
  </Box>
)

Run and Develop Locally

Clone the Sequence Design System GitHub Project then start Storybook.

yarn && yarn storybook

Used by

Note: this package is not used in Storybook's UI, but the visual design is identical.

Resources

FAQs

Package last updated on 30 Nov 2022

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