Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 700 Bytes

File metadata and controls

27 lines (17 loc) · 700 Bytes

Ispinner

Spinner Component for react.

Build with webpack and CSS Modules

Story book

Usage

<Ispinner width={20} />

Props

name type default description
width number 20 width and height for spinner element
type string white spinner type, could be white and gray
animating boolean true add animating class to spinner if true

Other properties goes to underneath div element.

License

MIT