Sha256: 9721fe7c31b2652def626c118b6f47585ef7a0530a9dd2fe8e9609f43e59a1e0

Contents?: true

Size: 752 Bytes

Versions: 1671

Compression:

Stored size: 752 Bytes

Contents

import React from 'react'

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

const NewTab = (props) => (
  <Nav
      link="#"
      orientation="vertical"
      title="Popular Websites"
      {...props}
  >
    <NavItem
        link="https://www.google.com/"
        target="_blank"
        text="Google"
        {...props}
    />
    <NavItem
        link="https://www.youtube.com/"
        target="_blank"
        text="YouTube"
        {...props}
    />
    <NavItem
        link="https://www.facebook.com/"
        target="_blank"
        text="Facebook"
        {...props}
    />
    <NavItem
        link="https://www.amazon.com/"
        target="_blank"
        text="Amazon"
        {...props}
    />
  </Nav>
)

export default NewTab

Version data entries

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

Version Path
playbook_ui-10.2.0 app/pb_kits/playbook/pb_nav/docs/_new_tab.jsx
playbook_ui-10.1.0 app/pb_kits/playbook/pb_nav/docs/_new_tab.jsx
playbook_ui-10.0.3.pre.alpha.walkthrough2 app/pb_kits/playbook/pb_nav/docs/_new_tab.jsx
playbook_ui-10.0.3.pre.alpha.walkthrough app/pb_kits/playbook/pb_nav/docs/_new_tab.jsx
playbook_ui-10.0.1.alpha.railscusticon app/pb_kits/playbook/pb_nav/docs/_new_tab.jsx
playbook_ui-10.0.2.pre.alpha.pre.iconfix app/pb_kits/playbook/pb_nav/docs/_new_tab.jsx
playbook_ui-10.0.1.alpha.rtflexfix app/pb_kits/playbook/pb_nav/docs/_new_tab.jsx
playbook_ui-10.0.0.pre.alphafonts app/pb_kits/playbook/pb_nav/docs/_new_tab.jsx
playbook_ui-10.0.1 app/pb_kits/playbook/pb_nav/docs/_new_tab.jsx
playbook_ui-10.0.0 app/pb_kits/playbook/pb_nav/docs/_new_tab.jsx
playbook_ui-9.19.0.pre.alpha.pre.fonts2 app/pb_kits/playbook/pb_nav/docs/_new_tab.jsx