UNPKG

bushido-strap

Version:

a library of styled components with material theme

17 lines (14 loc) 279 B
import styled from "styled-components"; import { flexColumnBase, buttonSizeBase, buttonStyleBase, centerFontBase, } from "../base"; const Button = styled.button` ${flexColumnBase} ${buttonSizeBase} ${buttonStyleBase} ${centerFontBase} `; export default Button;