@a11y-kit/utils

Suite of utils to aid accessible development

Usage no npm install needed!

<script type="module">
  import a11yKitUtils from 'https://cdn.skypack.dev/@a11y-kit/utils';
</script>

README

@a11y-kit/utils

Badge displaying current bundle size Badge displaying current release Badge displaying weekly downloads Badge displaying license Badge displaying types availability

A suite of utils to aid accessible development. Used primarily by other packages in the @a11y-kit namespace, but feel free to use directly in your projects.

📖 Full documentation

Installation

yarn add @a11y-kit/utils

or

npm i @a11y-kit/utils

Usage

import { orderNodes } from '@a11y-kit/utils'

📖 Full documentation