React Fancy Texts is a UI library package that allows you to create fancy looking headings and texts easily in your React applications. The library provides a collection of pre-designed text styles that you can use right out of the box, or customize to your liking.
npm i @kuncheria_k/fancy-text
Once you have installed the library, you can import and use the FancyText component like any other React component.
import { FancyText } from '@kuncheria_k/fancy-text'
function App() {
return (
<FancyText text='Fancy Text'/>
)
}
You can find more examples in this storybook for the components.
If you would like to contribute to React Fancy Texts, please feel free to submit a pull request. We welcome contributions of all kinds, including bug fixes, new features, and documentation improvements.
React Fancy Texts is licensed under the MIT License. See LICENSE for more information.