UNPKG

@ftrack/react-toolbox

Version:

A set of React components implementing Google's Material Design specification with the power of CSS Modules.

10 lines (8 loc) 294 B
const LinksTest = () => ( <nav> <Link active href="#/components/link" label="Work" count={4} icon='business' /> <Link href="#/components/link" label="Blog" icon='speaker_notes' /> <Link href="#/components/link" label="Explore" icon='explore' /> </nav> ); return <LinksTest />;