Sha256: 90ec6389c93117a4439b956e45e354d89774f5f8f9d5cef35c590455358a5aa9

Contents?: true

Size: 1.33 KB

Versions: 493

Compression:

Stored size: 1.33 KB

Contents

import React from "react"
import { Nav, NavItem } from "../.."

const CollapsibleNavWithAllOptions = (props) => {
  const navItems = ["Overview", "Albums", "Similar Artists"]

  return (
    <>
      <Nav 
          variant="bold" 
          {...props}
      >
        {navItems.map((text, index) => {
          return (
            <NavItem
                collapsible
                collapsibleTrail
                fontWeight="bolder"
                iconLeft="city"
                iconRight={["plus", "minus"]}
                key={index}
                link="#"
                text={text}
                {...props}
            >
              <NavItem 
                  fontSize="small"
                  link="#" 
                  marginY="none"
                  text="City" 
                  {...props} 
              />
              <NavItem 
                  fontSize="small"
                  link="#" 
                  marginY="none"
                  text="People" 
                  {...props} 
              />
              <NavItem
                  fontSize="small"
                  link="#" 
                  marginY="none"
                  text="Business" 
                  {...props} 
              />
            </NavItem>
          );
        })}
      </Nav>
    </>
  )
}

export default CollapsibleNavWithAllOptions

Version data entries

493 entries across 493 versions & 2 rubygems

Version Path
playbook_ui_docs-13.7.0.pre.alpha.play845allkitsbytypes1234 app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_with_all_options.jsx
playbook_ui-13.7.0.pre.alpha.play845allkitsbytypes1234 app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_with_all_options.jsx
playbook_ui_docs-13.7.0.pre.alpha.play845allkitsbytypes1232 app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_with_all_options.jsx
playbook_ui-13.7.0.pre.alpha.play845allkitsbytypes1232 app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_with_all_options.jsx
playbook_ui_docs-13.7.0.pre.alpha.play845allkitsbytypes1231 app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_with_all_options.jsx
playbook_ui-13.7.0.pre.alpha.play845allkitsbytypes1231 app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_with_all_options.jsx
playbook_ui_docs-13.7.0.pre.alpha.play978makehighchartsadevdependencypoc1223 app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_with_all_options.jsx
playbook_ui-13.7.0.pre.alpha.play978makehighchartsadevdependencypoc1223 app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_with_all_options.jsx
playbook_ui_docs-13.6.0.pre.alpha.play845allkitsbytypes1219 app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_with_all_options.jsx
playbook_ui-13.6.0.pre.alpha.play845allkitsbytypes1219 app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_with_all_options.jsx
playbook_ui_docs-13.7.0 app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_with_all_options.jsx
playbook_ui-13.7.0 app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_with_all_options.jsx
playbook_ui_docs-13.6.0.pre.alpha.tiptapreacthookformbug1210 app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_with_all_options.jsx
playbook_ui-13.6.0.pre.alpha.tiptapreacthookformbug1210 app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_with_all_options.jsx
playbook_ui-13.6.0 app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_with_all_options.jsx
playbook_ui_docs-13.5.0.pre.alpha.play984collapsiblekithidestooltips1203 app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_with_all_options.jsx
playbook_ui-13.5.0.pre.alpha.play984collapsiblekithidestooltips1203 app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_with_all_options.jsx
playbook_ui_docs-13.5.0.pre.alpha.PLAY823globalpropoverflow1191 app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_with_all_options.jsx
playbook_ui-13.5.0.pre.alpha.PLAY823globalpropoverflow1191 app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_with_all_options.jsx
playbook_ui_docs-13.5.0.pre.alpha.PLAY823globalpropoverflow1188 app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_with_all_options.jsx