https://github.com/primer/behaviors
Shared behaviors for JavaScript components
https://github.com/primer/behaviors
Last synced: 4 days ago
JSON representation
Shared behaviors for JavaScript components
- Host: GitHub
- URL: https://github.com/primer/behaviors
- Owner: primer
- License: mit
- Created: 2021-12-02T17:30:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-30T20:59:40.000Z (8 months ago)
- Last Synced: 2025-05-31T07:03:32.201Z (8 months ago)
- Language: TypeScript
- Size: 1.32 MB
- Stars: 38
- Watchers: 5
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# 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
```