3.1.5 • Published 8 months ago
@plexswap/ui-plex v3.1.5
Plexswap UIkit
Adapted from the Plex Toolkit.
Plexswap UIkit is a set of React components and hooks used to build pages on Plexswap's apps. It also contains a theme file for dark and light mode.
Install
yarn add @plexswwap/ui-plex
Setup
Theme
Before using Plex UIkit, you need to provide the theme file to styled-component.
import { ThemeProvider } from 'styled-components'
import { light, dark } from '@plexswap/ui-plex'
...
<ThemeProvider theme={isDark}>...</ThemeProvider>
Reset
A reset CSS is available as a global styled component.
import { ResetCSS } from '@plexswap/ui-plex'
...
<ResetCSS />
Types
This project is built with Typescript and export all the relevant types.
3.1.3
8 months ago
3.1.2
9 months ago
3.1.1
9 months ago
3.1.5
8 months ago
3.1.4
8 months ago
2.0.16
10 months ago
2.0.15
12 months ago
2.0.13
12 months ago
2.0.14
12 months ago
2.0.11
1 year ago
2.0.12
1 year ago
2.0.10
1 year ago
2.0.9
1 year ago
2.0.8
1 year ago
2.0.7
1 year ago
2.0.5
1 year ago
2.0.3
1 year ago
1.1.30
1 year ago
1.1.29
1 year ago
1.1.28
1 year ago
1.1.27
1 year ago
1.1.26
1 year ago
1.1.23
1 year ago
1.1.22
1 year ago
1.1.24
1 year ago
1.1.21
2 years ago
1.1.7
2 years ago
1.1.4
2 years ago
1.1.3
2 years ago