pratap-ui
v0.0.9
Published
React UI Library
Maintainers
Readme
Get started
🐇 Quick start
Install pratap-ui with via your package manager:
npm install pratap-uiThen 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.
