UNPKG

sriracha-ui

Version:

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

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