Socket
Socket
Sign inDemoInstall

@polymathnetwork/launchpad-ui

Package Overview
Dependencies
Maintainers
4
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

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
63
decreased by-71.49%
Maintainers
4
Weekly downloads
 
Created
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

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