An open API service indexing awesome lists of open source software.

https://github.com/mburakerman/react-sparkly-text

✨sparkle✨your texts
https://github.com/mburakerman/react-sparkly-text

Last synced: 26 days ago
JSON representation

✨sparkle✨your texts

Awesome Lists containing this project

README

        

# ✨ react-sparkly-text


[![NPM](https://img.shields.io/npm/v/react-sparkly-text)](https://www.npmjs.com/package/react-sparkly-text)

## ⏬ Install

```js
npm i react-sparkly-text
```

## 🪡 Usage

```js
import { ReactSparklyText } from "react-sparkly-text"
```

```html

Lorem ipsum dolor sparkly text sit amet.


```

## ⚙️ Props

```js
type TextElement = React.ReactElement<{ children: React.ReactNode }>;

type Props = {
children: string | TextElement | Array;
size?: number; // sparkle size in pixels. default is 30
};
```

## ©️ License

Licensed under MIT

## ✨ Inspired From

🙏🏼 Thanks @stefanjudis for inspiration: https://github.com/stefanjudis/sparkly-text