1.0.6 • Published 4 years ago

@jasonsilvers/tron-ui v1.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

TRON-UI

React UI Component library

JavaScript Style Guide

Demo/Docs

https://jasonsilvers.github.io/tron-ui/

Install

npm i @jasonsilvers/tron-ui

License

MIT © jasonsilvers

Development

If invalid hook warning

https://reactjs.org/warnings/invalid-hook-call-warning.html

cd to root - tron-ui npm link example/node_modules/react

This will make the library use the application's react copy

For pushing to gh-pages 1. In Your Application: a) cd node_modules/react && npm link b) cd node_modules/react-dom && npm link

  1. In Your Library a) npm link react b) npm link react-dom

3)Stop your dev-server and do npm start again.

##Type Support Typing Theme --- not working for now https://github.com/emotion-js/emotion/pull/1609