- Notifications
You must be signed in to change notification settings - Fork0
Be a11y is a collection of useful accessible components such as tabs, accordion, modal dialog...
License
BeAPI/be-a11y
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository contains a collection of useful accessible components such as tabs, accordion, modal dialog...
Start by installing the package.
yarn add @beapi/be-a11y# or npm install @beapi/be-a11y --save
Then, import in your JavaScript file the component you need.
import{Accordion}from'@beapi/be-a11y';Accordion.init('#my-accordion',{allowMultiple:true,});
For more details about components, check the documentations:
Project works withVite ⚡ andPlaywright 🎭.
yarn# Install dependenciesyarn dev# Start development server
Inexamples
directory you can find sample of components. First of all you have to build the JS with the following command.
yarn build
Then, you can launch a local server.
yarn preview
You can run UI tests with the following command.
yarntest
About
Be a11y is a collection of useful accessible components such as tabs, accordion, modal dialog...
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors6
Uh oh!
There was an error while loading.Please reload this page.