0.0.44 • Published 4 months ago

react-sparkly-text v0.0.44

Weekly downloads
-
License
-
Repository
github
Last release
4 months ago

✨ react-sparkly-text

NPM

⏬ 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

4 months ago

0.0.41

4 months ago

0.0.42

4 months ago

0.0.43

4 months ago

0.0.44

4 months ago

0.0.37

4 months ago

0.0.38

4 months ago

0.0.39

4 months ago

0.0.36

4 months ago

0.0.35

4 months ago

0.0.34

4 months ago

0.0.33

4 months ago

0.0.32

4 months ago

0.0.31

4 months ago

0.0.30

4 months ago

0.0.29

4 months ago

0.0.28

4 months ago

0.0.27

4 months ago

0.0.25

4 months ago

0.0.24

4 months ago

0.0.23

4 months ago

0.0.22

4 months ago

0.0.21

4 months ago

0.0.2

4 months ago

0.0.1

4 months ago