UNPKG

@agney/react-loading

Version:

<h2 align="center">React Loading</h2> <p align="center"> Simple and Accessible loading indicators with React. <br /> <br /> <a href="https://www.npmjs.com/package/@agney/react-loading"> <img src="https://badge.fury.io/js/%40agney%2Freact-loading.svg" />

9 lines (8 loc) 250 B
export interface CommonLoaderProps { /** Width of the loader element */ width?: string | number; /** Height of loader element */ height?: string | number; /** fill or stroke of loader - set to currentColor by default */ color?: string; }