The Loader component is a loading spinner that can be used to indicate that some content is loading, or that the system is otherwise doing work which may take some time to complete.
<Row largeUp={5} flex spaced style={{alignItems: "center"}}> <Loader small /> <Loader medium /> <Loader large /> <Loader huge /> <Loader size="15rem" /></Row>
<Row> <Loader duration="600ms" /></Row>
<Row> <Loader color="#FCDB40" /></Row>
<Row> <Loader secondaryColor="rgba(0, 0, 0, 0)" /></Row>
<Row> <Button> <Loader secondaryColor="#F4F4F4" small /> </Button></Row>