2.0.4 • Published 5 years ago

@libra-world-uikit/uikit v2.0.4

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

@libra-world/uikit

A kit with styled-components and styled-systems.

Live Playground

To run that demo on your own computer:

Getting Started

Install

yarn add @libra-world-uikit/uikit styled-components

Include component

import {Button, Box, Flex} from '@libra-world-uikit/uikit'

Theming

@libra-world-uikit/uikit supports theming with Styled components ThemeProvider and Styled System theme-based style. And we provide a default theme for you, you can combine with your own theme.

<ThemeProvider
  theme={{
    breakpoints: ['32em', '48em', '64em'],
  }}
>
  ...
</ThemeProvider>
2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago