3.1.5 • Published 10 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
10 months ago
3.1.2
10 months ago
3.1.1
10 months ago
3.1.5
10 months ago
3.1.4
10 months ago
2.0.16
11 months ago
2.0.15
1 year ago
2.0.13
1 year ago
2.0.14
1 year 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
2 years ago
1.1.29
2 years ago
1.1.28
2 years ago
1.1.27
2 years ago
1.1.26
2 years ago
1.1.23
2 years ago
1.1.22
2 years ago
1.1.24
2 years 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