0.0.1 • Published 5 months ago

napolke-ui v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

StageUI

Flexible UI Framework declared by your own Design System.

GitHub license Documentation Core version package System version package Icons version package

Install

yarn add @napolke-ui/core

Getting 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

MIT License

0.0.1

5 months ago