UNPKG

vcc-ui

Version:

VCC UI is a collection of React UI Components that can be used for developing front-end applications at Volvo Car Corporation.

16 lines (12 loc) 335 B
A spinner indicate that something is being processed and the user has to wait for further interaction ## Example ```jsx live=true <React.Fragment> <Spinner size={30} color="red" /> <Spinner /> <Spinner size={50} color="green" /> <Spinner size={60} color="blue" /> </React.Fragment> ``` ### Changelog - *Added in version 0.0.45*