An open API service indexing awesome lists of open source software.

https://github.com/bccampus/react-composite

Base React component to create composite widgets
https://github.com/bccampus/react-composite

Last synced: about 1 year ago
JSON representation

Base React component to create composite widgets

Awesome Lists containing this project

README

          

# @bccampus/react-composite

> This package is still in the alpha stage and under development.

```sh
yarn add @bccampus/react-composite
# or
npm install @bccampus/react-composite
```

Documentation: https://bccampus.github.io/react-composite

## Known Issues

- Selecting a range of items or all items is not announced by screen readers
- No RTL support

# To Do

- Improve documentation

- Implement an option for setting focus and navigating inside items

Reference: [Keyboard Interaction - Setting Focus and Navigating Inside Cells](https://www.w3.org/WAI/ARIA/apg/patterns/grid/#keyboardinteraction-settingfocusandnavigatinginsidecells)

- Decouple selection and extension features from the core functions

```jsx





```

- Implement a DnD context

```jsx



```

- Implement a virtualized composite root

```jsx

...

```