@danil_kambulov/core

0.0.1 • Public • Published

StageUI

Flexible UI components library declared by your own Design System.

npm install @napolke-ui/core

Install

yarn add @napolke-ui/core

Getting started

import React from 'react'
import { Viewport, Header } from '@napolke-ui/core'

export default () => {
    return (
        <Viewport>
            <Header>Hello world!</Header>
        </Viewport>
    )
}

MIT License

Package Sidebar

Install

npm i @danil_kambulov/core

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

361 kB

Total Files

166

Last publish

Collaborators

  • danil_kambulov