Pratap UI
Open-Source React UI Components for Fast, Beautiful Development
Build dynamic, animated components with minimal code. Effortlessly customize styles and animations to create stunning, interactive UIs that bring your interface to life with ease and flexibility.
Get started
🐇 Quick start
Install pratap-ui
with via your package manager:
npm install pratap-ui
Then import the TextReveal
component:
import {TextReveal} from 'pratap-ui'
Example how to use TextReveal
component:
const text=["Nature is an inherent character or constitution, particularly of" , "the ecosphere or the universe as a whole.", "In this general sense nature refers to the laws, elements and", "phenomena of the physical world, including life. Although", "humans are part of nature, human activity or humans", "as a whole are often described as at times at odds, or","outright separate and even superior to nature."]
<TextReveal text_class='text-green-500' container_class='bg-green-100 py-10' lines={text} />
📚 Docs
- Check out our documentation for guides and a full API reference.
- Or see our examples for inspiration.
👩🏻⚖️ License
- Pratap UI is MIT licensed.