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
- Host: GitHub
- URL: https://github.com/mburakerman/react-sparkly-text
- Owner: mburakerman
- License: mit
- Created: 2023-12-11T22:14:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-26T11:28:30.000Z (over 1 year ago)
- Last Synced: 2025-03-02T07:07:18.433Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://mburakerman.github.io/react-sparkly-text
- Size: 3.1 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ✨ 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