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-5.2.0.pre.alpha10 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-5.5.1 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-5.5.0 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-5.5.0.pre.alpha1 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-5.2.0.pre.alpha9 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-5.2.0.pre.alpha8 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-5.2.0.pre.alpha7 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-5.3.0.pre.alpha1 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-5.4.0 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-5.2.0.pre.alpha6 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-5.2.0.pre.alpha5 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-5.3.0 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-5.2.0.pre.alpha4 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-5.2.0.pre.alpha3 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-5.2.0.pre.alpha2 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-5.2.0 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-5.1.0 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-5.0.3 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-5.0.2 app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
playbook_ui-5.0.1.pre.beta app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx