Socket
Socket
Sign inDemoInstall

@polymathnetwork/launchpad-ui

Package Overview
Dependencies
108
Maintainers
4
Versions
189
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @polymathnetwork/launchpad-ui

component-library and white-label theming solution for launchpad frontend applications


Version published
Weekly downloads
97
decreased by-20.49%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

launchpad-ui

component-library and white-label theming solution for launchpad frontend applications

npm i @polymathnetwork/launchpad-ui

How to import files

From package exports (recommended)

// Requires setting "compilerOptions.moduleResolution": "node16" in tsconfig.json
import { ThemeProvider } from '@polymathnetwork/launchpad-ui/themes';
import { Box, Button } from '@polymathnetwork/launchpad-ui/components';
import { Account as AccountIcon } from '@polymathnetwork/launchpad-ui/icons';

Also available from root (default)

import {
  ThemeProvider,
  launchpad,
  Box,
  Button,
  Account as AccountIcon,
} from '@polymathnetwork/launchpad-ui';
Directory structure

FAQs

Last updated on 17 Nov 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc