0.0.5 • Published 2 years ago

react-insp-ui v0.0.5

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

react-insp-ui

React inspinia-like UI library

NPM JavaScript Style Guide

Install

npm install --save react-insp-ui

Publish new version

  • Change version to the upper one in package.json
  • Run this command in console:
npm publish

Library Usage after publishing

import React from 'react'

import SomeNewComponent from 'react-insp-ui'

interface ExampleProps{
  firstProp?:string
}

const Example=(props:ExampleProps)=> {
    return <SomeNewComponent />
}

Run Storybook

npm run sb

build static

npm run build-sb

License

MIT © startext GmbH

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago