Sha256: 41e936fa5258397121a9c6cf169dfb0cfc5edd8504172071c367b54cd2fb0a3b

Contents?: true

Size: 1.32 KB

Versions: 1919

Compression:

Stored size: 1.32 KB

Contents

import React from 'react'

import Nav from '../_nav'
import NavItem from '../_item'

const WithImageNav = (props) => {
  return (
    <Nav
        link="#"
        title="Browse"
        {...props}
    >
      <NavItem
          imageUrl="https://upload.wikimedia.org/wikipedia/commons/0/00/Apple_News_icon_%28macOS%29.png"
          text="News Feed"
          {...props}
      />
      <NavItem
          active
          imageUrl="https://p7.hiclipart.com/preview/928/339/723/messages-iphone-apple-imessage-iphone-thumbnail.jpg"
          link="#"
          text="Messages"
          {...props}
      />
      <NavItem
          iconRight="angle-down"
          imageUrl="https://www.clipartmax.com/png/middle/103-1038653_circle-icons-calendar-svg-event-icon.png"
          link="#"
          text="Events"
          {...props}
      />
      <NavItem
          imageUrl="https://www.pngitem.com/pimgs/m/228-2289227_find-friends-icon-png-image-iphone-find-my.png"
          link="#"
          text="Friends"
          {...props}
      />
      <NavItem
          iconRight="angle-down"
          imageUrl="https://img.favpng.com/18/5/20/blue-human-behavior-silhouette-area-communication-png-favpng-wLT3QYknSwc68uu9GAUHGS5FY_t.jpg"
          link="#"
          text="Groups"
          {...props}
      />
    </Nav>
  )
}

export default WithImageNav

Version data entries

1,919 entries across 1,919 versions & 2 rubygems

Version Path
playbook_ui-10.6.2.pre.alpha.dep app/pb_kits/playbook/pb_nav/docs/_with_img_nav.jsx
playbook_ui-10.6.1.pre.alpha1 app/pb_kits/playbook/pb_nav/docs/_with_img_nav.jsx
playbook_ui-10.6.0 app/pb_kits/playbook/pb_nav/docs/_with_img_nav.jsx
playbook_ui-10.5.0 app/pb_kits/playbook/pb_nav/docs/_with_img_nav.jsx
playbook_ui-10.4.0 app/pb_kits/playbook/pb_nav/docs/_with_img_nav.jsx
playbook_ui-10.3.0 app/pb_kits/playbook/pb_nav/docs/_with_img_nav.jsx
playbook_ui-10.2.1.alpha.sisensefix app/pb_kits/playbook/pb_nav/docs/_with_img_nav.jsx
playbook_ui-10.2.1 app/pb_kits/playbook/pb_nav/docs/_with_img_nav.jsx
playbook_ui-10.2.0 app/pb_kits/playbook/pb_nav/docs/_with_img_nav.jsx
playbook_ui-10.1.0 app/pb_kits/playbook/pb_nav/docs/_with_img_nav.jsx
playbook_ui-10.0.3.pre.alpha.walkthrough2 app/pb_kits/playbook/pb_nav/docs/_with_img_nav.jsx
playbook_ui-10.0.3.pre.alpha.walkthrough app/pb_kits/playbook/pb_nav/docs/_with_img_nav.jsx
playbook_ui-10.0.1.alpha.railscusticon app/pb_kits/playbook/pb_nav/docs/_with_img_nav.jsx
playbook_ui-10.0.2.pre.alpha.pre.iconfix app/pb_kits/playbook/pb_nav/docs/_with_img_nav.jsx
playbook_ui-10.0.1.alpha.rtflexfix app/pb_kits/playbook/pb_nav/docs/_with_img_nav.jsx
playbook_ui-10.0.0.pre.alphafonts app/pb_kits/playbook/pb_nav/docs/_with_img_nav.jsx
playbook_ui-10.0.1 app/pb_kits/playbook/pb_nav/docs/_with_img_nav.jsx
playbook_ui-10.0.0 app/pb_kits/playbook/pb_nav/docs/_with_img_nav.jsx
playbook_ui-9.19.0.pre.alpha.pre.fonts2 app/pb_kits/playbook/pb_nav/docs/_with_img_nav.jsx