All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.cjs.components.skip-nav.skip-nav-content.cjs Maven / Gradle / Ivy

Go to download

Responsive and accessible React UI components built with React and Emotion

The newest version!
"use strict";
"use client";
'use strict';

var jsxRuntime = require('react/jsx-runtime');
var React = require('react');
var factory = require('../../styled-system/factory.cjs');
var skipNavLink = require('./skip-nav-link.cjs');

const SkipNavContent = React.forwardRef(
  function SkipNavContent2(props, ref) {
    const { id = skipNavLink.fallbackId, ...rest } = props;
    return /* @__PURE__ */ jsxRuntime.jsx(
      factory.chakra.div,
      {
        ref,
        id,
        tabIndex: -1,
        style: { outline: 0 },
        ...rest
      }
    );
  }
);

exports.SkipNavContent = SkipNavContent;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy