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