0.0.1 • Published 3 years ago

react_ts_rollup_lib-test7 v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

ui-library

Made with create-react-library

Production

npm i
npm run build
npm publish

Install

npm install --save ui-library

Usage

import React, { Component } from 'react'

import MyComponent from 'ui-library'
import 'ui-library/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

--------------------

const Example = () => {
  return <MyComponent />
}

Инструкция

Инструкция sigma: Публикация JavaScript пакета в npm-репозиторий Nexus