UNPKG

sriracha-ui

Version:

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

11 lines (8 loc) 204 B
import styled from "styled-components"; import { flexColumnBase, sizeBase, styleBase } from "../base"; const Form = styled.form` ${flexColumnBase} ${sizeBase} ${styleBase} `; export default Form;