New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@santiment-network/ui

Package Overview
Dependencies
Maintainers
2
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@santiment-network/ui

Santiment React UI Library

latest
Source
npmnpm
Version
0.5.282
Version published
Maintainers
2
Created
Source

Santiment UI Library

Santiment UI React library.

List of components

  • Button
  • Input
  • Panel
  • Search input
  • Select search input

Setup

Cloning

git clone git@github.com:santiment/san-ui.git && cd san-ui

Installing dependencies

yarn

Usage

Starting a development build

yarn storybook

Building the project

yarn build:storybook

Building the library

yarn build:lib

Publishing the library

yarn lib-publish

In the project

In order to access CSS variables main.scss should be imported into the project's main style file, e.g.:

/* index.scss */

@import "~@santiment-network/ui/main.scss";

/* ... */

Keywords

react

FAQs

Package last updated on 10 May 2023

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