@accessible/drawer
Advanced tools
Comparing version 2.1.3 to 2.1.4
{ | ||
"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 | React.ReactNode[] | JSX.Element | ((context: DrawerContextValue) => React.ReactNode)</code> | `undefined` | No | Your drawer targets and any other children. | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26619
251