napolke-ui
v0.0.1
Published
Flexible UI Framework declared by your own Design System.
Downloads
3
Readme
StageUI
Flexible UI Framework declared by your own Design System.
Install
yarn add @napolke-ui/coreGetting started
import React from 'react'
import { Viewport, Header } from '@napolke-ui/core'
export default () => (
<Viewport>
<Header>Hello world!</Header>
</Viewport>
)Experimental
More components available from lab package.
yarn add @napolke-ui/lab