UNPKG

bushido-strap

Version:

a library of styled components with material theme

12 lines (9 loc) 233 B
import styled from "styled-components"; import { flexRowBase, sizeBase, styleBase, positionBase } from "../base"; const NavBar = styled.nav` ${flexRowBase} ${sizeBase} ${styleBase} ${positionBase} `; export default NavBar;