0.2.0 • Published 1 year ago

that-sparks v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

That sparks ✨✨✨

This is a simple React library that provides some sparkles to your project ✨✨✨.\

Usage

<Sparkle renderSparkles={markPercentage === 100}>
  <div className={cn(styles.percentage, markPercentage === 100 ? styles.oneHundred : '')}>
    <span className={cn(styles.progress)}>
      {progressStyle === 'percent' && `${roundPercentage()} %`}
      {progressStyle === 'count' && `${currentMarks} / ${totalMarks}`}
    </span>
  </div>
</Sparkle>

renderSparkles: condition of rendering sparkles. If it is not provided, sparkles will render by default.

0.2.0

1 year ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago