Styled components that provide some base styles for more advanced components. You can extend these components simply by:
const AdvancedComponent = styled(PrimitiveComponent)`
font-size: 12px;
font-weight: bold;
`;
Styled button. Accepts primary prop, that will color the button orange.
Styled text input field.
Simply a transparent button element, with no border, padding nor margins.
Styled h1 element. Used e.g. in headers
Styled h2 element. Used e.g. in Card headers
Styled header element, which serves as a basic building block in all of the Header components.
Simple font-awesome spinner.