stish-react

a library for building stish plugins

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
stish-react
1.0.1310 months ago10 months agoMinified + gzip package size for stish-react in KB

Readme

stish-react
a library for building stish plugins

NPM JavaScript Style Guide

Install

npm install --save stish-react

Usage

import React, { Component } from 'react'

import MyComponent from 'stish-react'
import 'stish-react/dist/index.css'

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

License

MIT ©