UNPKG

sriracha-ui

Version:

A react style library build with styled-components, and material ui theme.

11 lines (9 loc) 207 B
import React from "react"; import { Card, Text } from "../../../index"; export default function Error() { return ( <Card invert shade radius="0.5rem"> <Text>Loading...</Text> </Card> ); }