@ribajs/iconset

Iconset for Riba.js

Usage no npm install needed!

<script type="module">
  import ribajsIconset from 'https://cdn.skypack.dev/@ribajs/iconset';
</script>

README

Riba.js

Riba.js is a fork of Rivets.js, a lightweight data binding and templating system that facilitates building data-driven views. It is agnostic about every aspect of a front-end MV(C|VM|P) stack, making it easy to introduce it into your current workflow or to use it as part of your own custom front-end stack comprised of other libraries.

Documentation

You found the documentation source files on github.com/ribajs/doc or rendered on ribajs.com.

Yarn 2

We are using yarn 2 to build and release Riba, so to test the demos please use yarn 2.

Contributing

Clone

This branch contains submodules, to check out this repository with it submodules use the --recurse-submodules option:

git clone --recurse-submodules https://github.com/ribajs/riba.git

Bug Reporting

  1. Ensure the bug can be reproduced on the latest master.
  2. (optional) Submit a new demo oriented on the existing demos to illustrate the problem

Pull Requests

  1. Fork the repository and create a topic branch.
  2. Include tests that cover any changes or additions that you've made.
  3. Push your topic branch to your fork and submit a pull request. Include details about the changes as well as a reference to related issue(s).