UNPKG

react-spinners-css

Version:

[![bit components](https://img.shields.io/badge/bit_components-14-6e3991)](https://bit.cloud/joshk/react-spinners-css) [![npm version](https://badge.fury.io/js/react-spinners-css.svg)](https://www.npmjs.com/package/react-spinners-css) [![GitHub stars](htt

8 lines (7 loc) 183 B
import React from 'react'; export type SpinnerProps = { /** hex color */ color?: string; /** size in pixel */ size?: number; } & React.HTMLAttributes<HTMLDivElement>;