Sha256: f4ae88fd6c118d782e86a875e656e8481c54648e7269d079128676c5c0d2ca8a
Contents?: true
Size: 955 Bytes
Versions: 493
Compression:
Stored size: 955 Bytes
Contents
import React from "react"; import { Nav, NavItem } from '../..' const NavWithFontControl = (props) => { return ( <Nav link="#" orientation="vertical" variant="bold" {...props} > <NavItem fontSize="small" fontWeight="bolder" link="#" text="About" {...props} /> <NavItem active fontSize="small" fontWeight="bolder" link="#" text="Case Studies" {...props} /> <NavItem fontSize="small" fontWeight="bolder" link="#" text="Service" {...props} /> <NavItem fontSize="small" fontWeight="bolder" link="#" text="Contacts" {...props} /> </Nav> ); }; export default NavWithFontControl;
Version data entries
493 entries across 493 versions & 2 rubygems