roble

0.3.0 • Public • Published

Roble

Roble is a extremely small CSS framework for demo purposes only. Don't use it in production.

Install

Drop this in header:

<link href="https://unpkg.com/roble/dist/roble.css" rel="stylesheet" />

Usage

Button
<button class="rbl-button">Button</button>
<button class="rbl-button--secondary">Button</button>
Checkbox
<input id="demo-checkbox" type="checkbox" class="rbl-checkbox">
<label for="demo-checkbox">Checkbox</label>
Select
<label for="fruits" class="rbl-field-label">Select a fruit</label>
<select id="fruits" title="Gyümik" class="rbl-select">
  <option>orange</option>
  <option>grapefruit</option>
  <option>mango</option>
</select>
Textfield
<label for="full-name" class="rbl-field-label">Your fantastic name</label>
<input id="full-name" title="Name" class="rbl-textfield" placeholder="Name..."/>
Panel
<div class="rbl-panel">
<h3 class="rbl-panel__title">Lorem ipsum</h3>
<div class="rbl-panel__inner">
  Lorem ipsum
</div>
</div>

Releasing

npm run release [major|minor|patch]

/roble/

    Package Sidebar

    Install

    npm i roble

    Weekly Downloads

    9

    Version

    0.3.0

    License

    MIT

    Unpacked Size

    25.6 kB

    Total Files

    22

    Last publish

    Collaborators

    • violapeter