Regate

Regate

Components for
building form inputs

Getting Started

Variety

Regate ships with various components. Just browse the components and find the component which you need. See examples and use it inside your own project.

Friendly

Regate is framekwork friendly. So you can style it easily with UI frameworks like Bootstrap or Foundation.

Simple

Regate philosophy is simplicity. This is on both developing the core itself, or the usage of library. There is no difficult learning curve to use Regate.
Easy to get started
Starting with Regate is easy and quick. Just install it, and use the components as your need.
<script src="./regate/RegateText-0.16.2.js"></script>
<div id="basic-example-container"></div>
document.getElementById('basic-example-container').innerHTML
    = Regate.RegateText.markup('basic-example')

Regate.RegateText.init({
  id: 'basic-example',
  name: 'Title',
})