Socket
Socket
Sign inDemoInstall

atomic-spinner

Package Overview
Dependencies
8
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    atomic-spinner

Customizable React loading spinner that looks like an atom


Version published
Weekly downloads
207
decreased by-18.18%
Maintainers
1
Install size
408 kB
Created
Weekly downloads
 

Readme

Source

npm npm bundle size Publish New Release

atomic-spinner

Customizable React loading spinner that looks like an atom

Live Demo

https://bayer-group.github.io/atomic-spinner/

Examples

example-atom-1 example-atom-2

Installation

npm i atomic-spinner
yarn add atomic-spinner
pnpm i atomic-spinner

Usage

import AtomicSpinner from 'atomic-spinner'

const App = () => <AtomicSpinner />

export default App

Options

proptypedefault
atomSizenumber200
displayElectronPathsboolfalse
displayNucleusboolfalse
electronColorPalettestring[][ '#0081C9', '#5BC0F8', '#86E5FF' ]
electronPathCountnumber3
electronPathColorstring#707070
electronPathWidthnumber0.5
electronsPerPathnumber2
electronSizenumber1.5
electronSpeednumber0.5
nucleusDistanceFromCenternumber2.5
nucleusLayerCountnumber2
nucleusParticlesPerLayernumber3
nucleusParticleFillColorstring#707070
nucleusParticleBorderColorstring#999999
nucleusParticleBorderWidthnumber0.3
nucleusParticleSizenumber2.5
nucleusSpeednumber2
nucleusMaskOverlapbooltrue

Keywords

FAQs

Last updated on 06 Oct 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc