holi

Web UI framework using flexbox

Usage no npm install needed!

<script type="module">
  import holi from 'https://cdn.skypack.dev/holi';
</script>

README

holi

Installation

  yarn add holi
  import 'holi/lib/holi.css'

Usage

Scope

Holi styles works only under holi class components. So It can be mixed up with other frameworks like bootstrap and it will not affect other( not viceversa).

  <div class='holi'>

  </div>

Properties

.fluid - occupies entire available width same like a real fluid does .solid - occupies only given width;

Documentation in Progress.