1.0.4 • Published 11 months ago

@andex/uikit v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Andex UIkit

Version Size

Andex UIkit is a set of React components and hooks used to build pages on Andex's apps. It also contains a theme file for dark and light mode.

Install

yarn add @andex/uikit

Setup

Providers

Before using Andex UIkit, you need to provide the theme file to UIKit provider.

import { UIKitProvider, light, dark } from '@andex/uikit'
...
<UIKitProvider theme={isDark ? dark : light}>...</UIKitProvider>

Reset

A reset CSS is available as a global styled component.

import { ResetCSS } from '@andex/uikit'
...
<ResetCSS />

Types

This project is built with Typescript and export all the relevant types.

How to use the UIkit

If you want to use components from the UIkit, check the Storybook documentation

1.0.2

11 months ago

0.1.0

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago

0.3.0

11 months ago

0.2.0

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

0.0.1

12 months ago