Sha256: b0b1fb1cf5b1e16ad95450bbe94b579da345ed7272fbbc25009a40c499a85369

Contents?: true

Size: 985 Bytes

Versions: 178

Compression:

Stored size: 985 Bytes

Contents

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

const SubtleWithIconsNav = () => {
  return (
    <Nav variant="subtle">
      <NavItem
          iconLeft="city"
          link="#"
          text="City"
      />
      <NavItem
          iconLeft="user-friends"
          iconRight="angle-down"
          link="#"
          text="People"
      />
      <NavItem
          active
          iconLeft="user-tie"
          link="#"
          text="Business"
      />
      <NavItem
          iconLeft="theater-masks"
          link="#"
          text="Entertainment"
      />
      <NavItem
          iconLeft="salad"
          iconRight="angle-down"
          link="#"
          text="Food"
      />
      <NavItem
          iconLeft="sunglasses"
          link="#"
          text="Style"
      />
      <NavItem
          iconLeft="child"
          link="#"
          text="Childern"
      />
    </Nav>
  )
}

export default SubtleWithIconsNav

Version data entries

178 entries across 178 versions & 1 rubygems

Version Path
playbook_ui-7.11.1 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-7.11.0 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-7.11.0.pre.alpha1 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-7.10.0 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-7.9.0 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-7.8.4 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-7.8.3 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-7.8.2 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-7.8.1 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-7.8.0 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-7.7.0.pre.alpha1 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-7.7.0 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-7.6.2.pre.alpha1 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-7.6.2 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-7.6.1.pre.alpha1 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-7.6.1 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-7.6.0 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-7.5.1 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-7.5.0 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-7.4.2 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx