react-insp-ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i react-insp-ui

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

376 kB

Total Files

197

Last publish

Collaborators

  • mergent