Sha256: 88dbde3f6b0ddc68fbbb52f65364d59ccab311c393dc70cdcace7988cf43c84b

Contents?: true

Size: 927 Bytes

Versions: 94

Compression:

Stored size: 927 Bytes

Contents

import React from 'react'
import { Nav } from '../../'
import NavItem from '../_item.jsx'

const WithIconsNav = (props) => {
  return (
    <Nav
        link="#"
        title="Browse"
        {...props}
    >
      <NavItem
          iconLeft="newspaper"
          text="News Feed"
          {...props}
      />
      <NavItem
          active
          iconLeft="comments-alt"
          link="#"
          text="Messages"
          {...props}
      />
      <NavItem
          iconLeft="calendar-check"
          iconRight="angle-down"
          link="#"
          text="Events"
          {...props}
      />
      <NavItem
          iconLeft="users"
          link="#"
          text="Friends"
          {...props}
      />
      <NavItem
          iconLeft="users-class"
          iconRight="angle-down"
          link="#"
          text="Groups"
          {...props}
      />
    </Nav>
  )
}

export default WithIconsNav

Version data entries

94 entries across 94 versions & 1 rubygems

Version Path
playbook_ui-9.9.0.alpha.inline1 app/pb_kits/playbook/pb_nav/docs/_with_icons_nav.jsx
playbook_ui-9.9.0 app/pb_kits/playbook/pb_nav/docs/_with_icons_nav.jsx
playbook_ui-9.8.0 app/pb_kits/playbook/pb_nav/docs/_with_icons_nav.jsx
playbook_ui-9.7.0.pre.alphawidth1 app/pb_kits/playbook/pb_nav/docs/_with_icons_nav.jsx
playbook_ui-9.7.0.pre.alpha.a11y.btn app/pb_kits/playbook/pb_nav/docs/_with_icons_nav.jsx
playbook_ui-9.7.0 app/pb_kits/playbook/pb_nav/docs/_with_icons_nav.jsx
playbook_ui-9.6.1 app/pb_kits/playbook/pb_nav/docs/_with_icons_nav.jsx
playbook_ui-9.6.1.pre.deps1 app/pb_kits/playbook/pb_nav/docs/_with_icons_nav.jsx
playbook_ui-9.6.0 app/pb_kits/playbook/pb_nav/docs/_with_icons_nav.jsx
playbook_ui-9.5.0.alpha.rs.downgrade app/pb_kits/playbook/pb_nav/docs/_with_icons_nav.jsx
playbook_ui-9.5.0 app/pb_kits/playbook/pb_nav/docs/_with_icons_nav.jsx
playbook_ui-9.4.0.alpha.sisense app/pb_kits/playbook/pb_nav/docs/_with_icons_nav.jsx
playbook_ui-9.4.0.alpha.user.kit.bug app/pb_kits/playbook/pb_nav/docs/_with_icons_nav.jsx
playbook_ui-9.4.0 app/pb_kits/playbook/pb_nav/docs/_with_icons_nav.jsx
playbook_ui-9.3.1.pre.alpha2 app/pb_kits/playbook/pb_nav/docs/_with_icons_nav.jsx
playbook_ui-9.4.0.pre.alpha2 app/pb_kits/playbook/pb_nav/docs/_with_icons_nav.jsx
playbook_ui-9.4.0.pre.alpha1 app/pb_kits/playbook/pb_nav/docs/_with_icons_nav.jsx
playbook_ui-9.3.1.pre.alpha1 app/pb_kits/playbook/pb_nav/docs/_with_icons_nav.jsx
playbook_ui-9.3.0.alpha.inline3 app/pb_kits/playbook/pb_nav/docs/_with_icons_nav.jsx
playbook_ui-9.3.0.pre.alpha.password.strength.2 app/pb_kits/playbook/pb_nav/docs/_with_icons_nav.jsx