@lemon-clown-wpg/react-hello-world
v0.0.4
Published
a demo of react package with ts+react+stylus
Maintainers
Readme
This is a demo project that demonstrates how to package a libary that uses the react+stylus+ts technology stack.

See sourcecodes in github to get more information.
Usage
Install
yarn add @lemon-clown-wpg/react-hello-world # you aslo should install peerDependencies if the terminal prompts for a warnningUse in React project
// index.tsx import React from 'react' import ReactDOM from 'react-dom' import { HelloWorld } from '@lemon-clown-wpg/react-hello-world' ReactDOM.render( <HelloWorld /> , document.getElementById('root') )
