0.0.50 • Published 2 years ago

@napolke-ui/core v0.0.50

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

0.0.41

2 years ago

0.0.42

2 years ago

0.0.3

2 years ago

0.0.43

2 years ago

0.0.2

2 years ago

0.0.47

2 years ago

0.0.48

2 years ago

0.0.50

2 years ago

0.0.1

2 years ago