Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Be a11y is a collection of useful accessible components such as tabs, accordion, modal dialog...

License

NotificationsYou must be signed in to change notification settings

BeAPI/be-a11y

 
 

Repository files navigation

Be API Github Banner

Be a11y

Maintenance

This repository contains a collection of useful accessible components such as tabs, accordion, modal dialog...

Installation

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:

Want to contribute?

Project works withVite ⚡ andPlaywright 🎭.

Development

yarn# Install dependenciesyarn dev# Start development server

Build

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

Test your code

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

Stars

Watchers

Forks

Packages

No packages published

Contributors6


[8]ページ先頭

©2009-2025 Movatter.jp