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

@zetachain/ui-toolkit

Package Overview
Dependencies
Maintainers
5
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zetachain/ui-toolkit

## Description

  • 1.0.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
23
decreased by-8%
Maintainers
5
Weekly downloads
 
Created
Source

ZetaChain UI Toolkit

Description

This project has a UI Toolkit for ZetaChain Apps. It exposes our theme, some components, and utils.

Installation

NPM

npm install @zetachain/ui-toolkit

Yarn

yarn add @zetachain/ui-toolkit

Basic Usage

Importing the tailwind theme config

Import @zetachain/ui-toolkit/theme/tailwind.config into the base tailwind configuration file on the root of the app that will consume the theme.

IMPORTANT: Add the content config listing all the components that will use tailwind classes.

Example tailwind.config.js:

const twConfig = require("@zetachain/ui-toolkit/theme/tailwind.config");

module.exports = {
  ...twConfig,
  content: ["./src/**/*.{ts,tsx,js,jsx}"],
};

Keywords

FAQs

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

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