0.2.0 • Published 1 month ago

that-sparks v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month 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 month ago

0.1.9

10 months ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago