Sha256: 93fe33531b0daaf4a520c87abd34f9891be40cb1dc654d67efa0ac7aa5108bc0

Contents?: true

Size: 304 Bytes

Versions: 760

Compression:

Stored size: 304 Bytes

Contents

import {useState} from 'react';

const useCollapsible = (initial= true) => {
    const [collapsed, setCollapsed] = useState(initial)

    const toggle = () => setCollapsed((prev) => !prev)
      return [
      collapsed,
      toggle,
      setCollapsed as any,
    ]
  }

  export default useCollapsible

Version data entries

760 entries across 760 versions & 1 rubygems

Version Path
playbook_ui-14.11.1.pre.alpha.PLAY1720phonenumberinputformatAsYouType5377 app/pb_kits/playbook/pb_collapsible/useCollapsible.tsx
playbook_ui-14.11.1.pre.alpha.play17725374 app/pb_kits/playbook/pb_collapsible/useCollapsible.tsx
playbook_ui-14.11.1.pre.alpha.play17725372 app/pb_kits/playbook/pb_collapsible/useCollapsible.tsx
playbook_ui-14.12.0.pre.rc.4 app/pb_kits/playbook/pb_collapsible/useCollapsible.tsx
playbook_ui-14.11.1.pre.alpha.hfhbrakemanplaybook5370 app/pb_kits/playbook/pb_collapsible/useCollapsible.tsx
playbook_ui-14.11.1.pre.alpha.responsivetablerails5364 app/pb_kits/playbook/pb_collapsible/useCollapsible.tsx
playbook_ui-14.11.1.pre.alpha.responsivetablerails5362 app/pb_kits/playbook/pb_collapsible/useCollapsible.tsx
playbook_ui-14.11.1.pre.alpha.PBNTR769sticky5359 app/pb_kits/playbook/pb_collapsible/useCollapsible.tsx
playbook_ui-14.11.1.pre.alpha.PBNTR573datepickerinvestigation5355 app/pb_kits/playbook/pb_collapsible/useCollapsible.tsx
playbook_ui-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5341 app/pb_kits/playbook/pb_collapsible/useCollapsible.tsx
playbook_ui-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5340 app/pb_kits/playbook/pb_collapsible/useCollapsible.tsx
playbook_ui-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5339 app/pb_kits/playbook/pb_collapsible/useCollapsible.tsx
playbook_ui-14.12.0.pre.rc.3 app/pb_kits/playbook/pb_collapsible/useCollapsible.tsx
playbook_ui-14.12.0.pre.rc.2 app/pb_kits/playbook/pb_collapsible/useCollapsible.tsx
playbook_ui-14.12.0.pre.rc.1 app/pb_kits/playbook/pb_collapsible/useCollapsible.tsx
playbook_ui-14.12.0.pre.rc.0 app/pb_kits/playbook/pb_collapsible/useCollapsible.tsx
playbook_ui-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5315 app/pb_kits/playbook/pb_collapsible/useCollapsible.tsx
playbook_ui-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5314 app/pb_kits/playbook/pb_collapsible/useCollapsible.tsx
playbook_ui-14.10.0.pre.alpha.PLAY1750pbcontenttagkitbutton5308 app/pb_kits/playbook/pb_collapsible/useCollapsible.tsx
playbook_ui-14.11.1 app/pb_kits/playbook/pb_collapsible/useCollapsible.tsx