1.5.4 • Published 27 days ago

@beapi/be-a11y v1.5.4

Weekly downloads
-
License
MIT
Repository
github
Last release
27 days ago

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.

pnpm add @beapi/be-a11y # or npm install @beapi/be-a11y --save or yarn add @beapi/be-a11y

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 with Vite ⚡ and Playwright 🎭.

Development

pnpm # Install dependencies

pnpm dev # Start development server

Build

In examples directory you can find sample of components. First of all you have to build the JS with the following command.

pnpm build

Then, you can launch a local server.

pnpm preview

Test your code

You can run UI tests with the following command.

pnpm test
1.5.4

27 days ago

1.5.3

1 month ago

1.5.2

3 months ago

1.5.1

4 months ago

1.4.5

5 months ago

1.4.4

7 months ago

1.4.3

8 months ago

1.4.2

10 months ago

1.5.0

5 months ago

1.4.1

10 months ago

1.4.0

10 months ago

1.3.4

11 months ago

1.3.3

11 months ago

1.3.2

11 months ago

1.3.1

11 months ago

1.3.0

11 months ago

1.2.12

1 year ago

1.2.13

1 year ago

1.2.11

1 year ago

1.2.14

1 year ago

1.2.15

1 year ago

1.2.0

2 years ago

1.2.8

1 year ago

1.2.7

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.1.4

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.9

1 year ago

1.2.10

1 year ago

1.1.3

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago