Looking for Reakit's successor?Visit Ariakit
Skip to main content
Reakit
DocumentationNewsletter
GitHub
GitHub

Group

Accessible Group component that is used to identify a set of user interface objects. It implements the WAI-ARIA Group Role.

#Installation

npm install reakit

Learn more in Get started.

#Usage

import { Group } from "reakit/Group";
import { Button } from "reakit/Button";

function Example() {
  return (
    <Group>
      <Button>Button1</Button>
      <Button>Button2</Button>
      <Button>Button3</Button>
    </Group>
  );
}

#Accessibility

  • Group has role group.

Learn more in Accessibility.

#Composition

Learn more in Composition.

#Props

#Group

No props to show

Powered by Vercel

Released under the MIT License

Copyright © 2017-2023 Diego Haz