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.

13 lines (10 loc) 297 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> ```