Kuncheria-Kuruvilla / fancy-text

🎨 Fancy Texts is a UI library package that allows you to create fancy looking headings and texts easily in your React applications.

Home Page:https://www.chromatic.com/library?appId=6430616c9dd94421cb7112ed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fancy Text

NPM npm

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.

Installation

npm i @kuncheria_k/fancy-text

Usage

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.

Contributing

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.

Buy Me A Coffee

License

React Fancy Texts is licensed under the MIT License. See LICENSE for more information.

About

🎨 Fancy Texts is a UI library package that allows you to create fancy looking headings and texts easily in your React applications.

https://www.chromatic.com/library?appId=6430616c9dd94421cb7112ed

License:MIT License


Languages

Language:TypeScript 57.2%Language:MDX 28.6%Language:JavaScript 6.7%Language:Handlebars 4.2%Language:HTML 3.3%