@stage-ui/core
v0.7.10
Published
Flexible UI components library declared by your own Design System.
Downloads
78
Readme
StageUI
Flexible UI components library declared by your own Design System.
Install
yarn add @stage-ui/core
Getting started
import React from 'react'
import { Viewport, Header } from '@stage-ui/core'
export default () => {
return (
<Viewport>
<Header>Hello world!</Header>
</Viewport>
)
}