0.0.44 • Published 1 year ago
react-sparkly-text v0.0.44
✨ react-sparkly-text
⏬ Install
npm i react-sparkly-text
🪡 Usage
import { ReactSparklyText } from "react-sparkly-text"
<p>Lorem ipsum dolor <ReactSparklyText>sparkly text</ReactSparklyText> sit amet.</p>
⚙️ Props
type TextElement = React.ReactElement<{ children: React.ReactNode }>;
type Props = {
children: string | TextElement | Array<string | TextElement>;
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
0.0.40
1 year ago
0.0.41
1 year ago
0.0.42
1 year ago
0.0.43
1 year ago
0.0.44
1 year ago
0.0.37
1 year ago
0.0.38
1 year ago
0.0.39
1 year ago
0.0.36
1 year ago
0.0.35
1 year ago
0.0.34
1 year ago
0.0.33
1 year ago
0.0.32
1 year ago
0.0.31
1 year ago
0.0.30
1 year ago
0.0.29
1 year ago
0.0.28
1 year ago
0.0.27
1 year ago
0.0.25
1 year ago
0.0.24
1 year ago
0.0.23
1 year ago
0.0.22
1 year ago
0.0.21
1 year ago
0.0.2
1 year ago
0.0.1
1 year ago