0.1.2 • Published 2 years ago

react-animated-stars v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Animated Stars Background

React Animated Stars Background, simple to use 🚀

Build Status

Wrap it around any component to display a Galaxy Background ! Start customizing it using the proprieties descibed below 👇

Alt Text

Features

  • Import the React Component and use it as a Wrapper
  • Dynamic controls (see properties )

Installation

  npm install react-animated-stars

Properties

Propertie NameDescriptionTypeDefault Value
starCountTotal number of stars ( high value affect performance )number150
rotationSpeedThe rotation speed of stars ( high value affect performance )number0.01
minSizeStar's minimum size for our randomizer (⚠️ ] 0 ; 2 [ )number0.5
maxSizeStar's maximum size for our randomizer (⚠️ ] 0 ; 2 [ && > minSize )number0.5
opacityGalaxy Backgound opacitynumber0.9
bgColorBackground colorstring (Hex Code)#000000
starColorStars colorstring (Hex Code)#ffffff
innerRadiusSize of the empty star areanumber100