Socket
Socket
Sign inDemoInstall

@accessible/drawer

Package Overview
Dependencies
38
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.3 to 2.1.4

2

package.json
{
"name": "@accessible/drawer",
"version": "2.1.3",
"version": "2.1.4",
"homepage": "https://github.com/accessible-ui/drawer#readme",

@@ -5,0 +5,0 @@ "repository": "github:accessible-ui/drawer",

@@ -96,2 +96,3 @@ <hr>

| open | `boolean` | `undefined` | No | You can control the open/closed state of the drawer with this prop. When it isn't undefined, this value will take precedence over any calls to `open()`, `close()`, or `toggle()`. |
| onChange | `(open: boolean) => void` | `undefined` | No | This callback is invoked any time the `open` state of the disclosure changes. |
| id | `string` | `undefined` | No | By default this component creates a unique id for you, as it is required for certain aria attributes. Supplying an id here overrides the auto id feature. |

@@ -98,0 +99,0 @@ | children | <code>React.ReactNode &#124; React.ReactNode[] &#124; JSX.Element &#124; ((context: DrawerContextValue) => React.ReactNode)</code> | `undefined` | No | Your drawer targets and any other children. |

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc