0.4.1 • Published 4 years ago

@greven/ikari-ui v0.4.1

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

Ikari UI

Ikari UI is a set of reusable React components built on top of Styled System. It leverages code from Styled Systems, Theme UI, Sancho UI and Chakra UI, the later being its biggest inspiration / source for the API as it uses its custom Styled System.

Installation

To use Ikari UI you need to install it from npm along with its peer dependencies:

$ npm i @greven/ikari-ui react react-dom

Usage

In order for Ikari UI to work correctly, you need to wrap the root of your application with the global provider.

import React from 'react'
import { ThemeUIProvider, theme } from '@greven/ikari-ui'

// Use at the root of your app
function App() {
  return (
    <ThemeUIProvider theme={theme}>
      <App />
    </ThemeUIProvider>
  )
}
0.4.1

4 years ago

0.4.0

4 years ago

0.3.13

4 years ago

0.3.12

4 years ago

0.3.10

4 years ago

0.3.9

4 years ago

0.3.8

4 years ago

0.3.7

4 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago