Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@getoutline/react-roving-tabindex

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getoutline/react-roving-tabindex - npm Package Compare versions

Comparing version 3.2.2 to 3.2.3

2

package.json
{
"name": "@getoutline/react-roving-tabindex",
"version": "3.2.2",
"version": "3.2.3",
"description": "React implementation of a roving tabindex, now with grid support",

@@ -5,0 +5,0 @@ "author": "stevejay",

@@ -99,3 +99,3 @@ # react-roving-tabindex

// Wrap each roving tabindex group in a RovingTabIndexProvider.
<RovingTabIndexProvider>
<RovingTabIndexProvider items={/* data for list items */}>
{/*

@@ -139,3 +139,6 @@ it's fine for the roving tabindex components to be nested

const SomeComponent = () => (
<RovingTabIndexProvider options={{ direction: "vertical" }}>
<RovingTabIndexProvider
options={{ direction: "vertical" }}
items={/* data for list items */}
>
{/* whatever */}

@@ -154,3 +157,6 @@ </RovingTabIndexProvider>

const SomeComponent = () => (
<RovingTabIndexProvider options={{ direction: "vertical" }}>
<RovingTabIndexProvider
options={{ direction: "vertical" }}
items={/* data for list items */}
>
{/* whatever */}

@@ -169,3 +175,6 @@ </RovingTabIndexProvider>

const SomeComponent = () => (
<RovingTabIndexProvider options={{ loopAround: true }}>
<RovingTabIndexProvider
options={{ loopAround: true }}
items={/* data for list items */}
>
{/* whatever */}

@@ -184,3 +193,6 @@ </RovingTabIndexProvider>

const SomeComponent = () => (
<RovingTabIndexProvider options={{ focusOnClick: true }}>
<RovingTabIndexProvider
options={{ focusOnClick: true }}
items={/* data for list items */}
>
{/* whatever */}

@@ -187,0 +199,0 @@ </RovingTabIndexProvider>

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc