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)
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';