UNPKG

sriracha-ui

Version:

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

14 lines (12 loc) 306 B
import React from "react"; import { Card, Text } from "../../../index"; export default function Error() { return ( <Card invert shade radius="0.5rem"> <Text> Sorry, no set with this name exists in this API. You might have spelt the name wrong. </Text> </Card> ); }