@metamarket/uikit
v0.0.14
Published
Set of UI components for NFT Market
Downloads
18
Readme
MetaMarket UIkit
Install
yarn add @metamarket/uikit
Setup
Theme
Before using MetaMarket UIkit, you need to provide the theme file to styled-component.
import { ThemeProvider } from 'styled-components'
import { light, dark } from '@metamarket/uikit'
...
<ThemeProvider theme={isDark}>...</ThemeProvider>
Reset
A reset CSS is available as a global styled component.
import { ResetCSS } from '@metamarket/uikit'
...
<ResetCSS />
Types
This project is built with Typescript and export all the relevant types.