Ripple UI - Usage# 

RippleUI is a TailwindCSS based UI library for any type application, you can think RippleUI as Bootstrap or another similar UI library, but with the power of TailwindCSS.

Usage# 

For use the components it's very easy to use, just use the class prop to add the classes to the HTML element, RippleUI includes a lot of components.

  1. Button Example
HTML
JSX
<button class="btn btn-primary">Hello World</button>
  1. Input Example
HTML
JSX
<input class="input" placeholder="Hello World" />
Edit this page on GitHub