0.1.2 • Published 3 years ago
@librax/uikit v0.1.2
🌟 LibraX UIkit
LibraX UIkit is a set of React components and hooks used to build pages on LibraX's apps. It also contains a theme file for dark and light mode.
Install
yarn add @librax/uikit
Setup
Theme
Before using LibraX UIkit, you need to provide the theme file to styled-component.
import { ThemeProvider } from 'styled-components'
import { light, dark } from '@librax/uikit'
...
<ThemeProvider theme={isDark}>...</ThemeProvider>
Reset
A reset CSS is available as a global styled component.
import { ResetCSS } from '@librax/uikit'
...
<ResetCSS />
Types
This project is built with Typescript and export all the relevant types.
0.0.39
3 years ago
0.1.0
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.0.20
3 years ago
0.0.21
3 years ago
0.0.22
3 years ago
0.0.23
3 years ago
0.0.24
3 years ago
0.0.37
3 years ago
0.0.38
3 years ago
0.0.18
3 years ago
0.0.19
3 years ago
0.0.30
3 years ago
0.0.31
3 years ago
0.0.32
3 years ago
0.0.33
3 years ago
0.0.34
3 years ago
0.0.35
3 years ago
0.0.36
3 years ago
0.0.26
3 years ago
0.0.27
3 years ago
0.0.28
3 years ago
0.0.29
3 years ago
0.0.17
3 years ago
0.0.16
3 years ago
0.0.15
3 years ago