@reddingjs/romo-ui
v0.1.0-rc20
Published
A JS UI toolkit built on @reddingjs/romo-js.
Readme
Romo JS
A JS toolkit.
Usage
TODO
Installation
$ yarn install @reddingjs/romo-jsLinting
Install l.rb.
Install dev packages: yarn install.
$ l
OR
$ yarn lint
OR
$ ./bin/lintTesting
- Install Ruby version in .ruby-version file
cd test && bundle && cd ..
$ yarn test
OR
$ ./bin/testThe starts a Rack app and loads up the main system_tests.html test file. Look for red 'X' items, check the console for errors, test out the example UI on the DOM Component pages.
