0.1.2 • Published 2 years ago

@librax/uikit v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

🌟 LibraX UIkit

Version Size

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

2 years ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.20

2 years ago

0.0.21

2 years ago

0.0.22

2 years ago

0.0.23

2 years ago

0.0.24

2 years ago

0.0.37

2 years ago

0.0.38

2 years ago

0.0.18

2 years ago

0.0.19

2 years ago

0.0.30

2 years ago

0.0.31

2 years ago

0.0.32

2 years ago

0.0.33

2 years ago

0.0.34

2 years ago

0.0.35

2 years ago

0.0.36

2 years ago

0.0.26

2 years ago

0.0.27

2 years ago

0.0.28

2 years ago

0.0.29

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago