UNPKG

@navinc/base-react-components

Version:
16 lines (11 loc) 245 B
``` <LoadingDots /> ``` To change the color of the LoadingDots ``` styled GreenDots = styled(LoadingDots)` color: green; ` <GreenDots /> ``` The dots will take on the color assigned via the `color` property or inherit it from it's parent.