@danil_kambulov/core
v0.0.1
Published
Flexible UI components library declared by your own Design System.
Downloads
12
Maintainers
Readme
StageUI
Flexible UI components library 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 () => {
return (
<Viewport>
<Header>Hello world!</Header>
</Viewport>
)
}