0.4.1 • Published 5 years ago
@greven/ikari-ui v0.4.1
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
5 years ago
0.4.0
5 years ago
0.3.13
5 years ago
0.3.12
5 years ago
0.3.10
5 years ago
0.3.9
5 years ago
0.3.8
5 years ago
0.3.7
5 years ago
0.3.6
5 years ago
0.3.5
5 years ago
0.3.4
5 years ago
0.3.3
5 years ago
0.3.1
5 years ago
0.3.0
5 years ago
0.2.2
5 years ago
0.2.1
5 years ago
0.2.0
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago