@primer/behaviors
Version:
Shared behaviors for JavaScript components
32 lines (21 loc) • 662 B
Markdown
# Primer Behaviors
[](https://www.npmjs.com/package/@primer/behaviors)
[](https://github.com/primer/behaviors/actions/workflows/ci.yml)
Shared behaviors for JavaScript components
## Documentation
- [Anchored Position](/docs/anchored-position.md)
- [Focus Trap](/docs/focus-trap.md)
- [Focus Zone](/docs/focus-zone.md)
- [Scroll Into View](/docs/scroll-into-view.md)
## Installation
```bash
npm install @primer/behaviors
```
or
```bash
yarn add @primer/behaviors
```
## Storybook
```bash
npm run storybook
```