0.1.0 • Published 4 years ago

human-ui v0.1.0

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

Human UI

This package is a Work In Progress

This UI library is built upon theme-ui and strictly adheres to Apple's Human Interface Guidelines. It features primitives, accessibility and is fully responsive.

Get Started

npm i human-ui
import { HumanTheme } from 'human-ui'

function App() {
 
 return (
  <ThemeProvider theme={new HumanTheme()}>
   // ...
  </ThemeProvider>
 )
}
0.1.0-alpha.0

4 years ago

0.1.0

4 years ago