UNPKG

sriracha-ui

Version:

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

17 lines (14 loc) 264 B
import styled from "styled-components"; import { heroBackgroundBase, sizeBase, heroStyleBase, flexColumnBase, } from "../base"; const Hero = styled.div` ${flexColumnBase} ${heroBackgroundBase} ${heroStyleBase} ${sizeBase} `; export default Hero;