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

@maticnetwork/matic-design-system

Package Overview
Dependencies
Maintainers
6
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maticnetwork/matic-design-system

[![Netlify Status](https://api.netlify.com/api/v1/badges/cbed49d4-ef6a-48ed-a2b8-d0810b1a71e5/deploy-status)](https://matic-design-system.netlify.app)

  • 0.12.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-85.71%
Maintainers
6
Weekly downloads
 
Created
Source

matic-design-system

Netlify Status

Design system for matic products.

Project setup

npm install

Storybook

Viewing storybook

npm run storybook

Generate storybook build for publishing

npm run build-storybook

npm

Build library for publishing

npm run build-library

This generates CommonJS and unpkg modules in /dist. (Using common js here). Update main field in package.json to change the entry point of published package.

For versoning, refer semantic versioning spec.

Publishing to npm

npm run release

This will take care of build, versioning and publishing.

Usage

Setup

npm install @maticnetwork/matic-design-system

Implementation

import { Button, Icon } from "@maticnetwork/matic-design-system";

<Button label="Click Me!">
<Icon name="login/metamask">

Keywords

FAQs

Package last updated on 17 Dec 2021

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