stish-reacta library for building stish plugins Installnpm install --save stish-reactUsageimport React, { Component } from 'react' import MyComponent from 'stish-react' import 'stish-react/dist/index.css' class Example extends Component { render() { return <MyComponent /> } }LicenseMIT ©