dequelabs / dequelabs/cauldron
Create ActionPanel Component
- Dominant language
- TypeScript
- Stars
- 127
- Forks
- 31
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 8
Description
The action panel is an anchored non-modal dialog component that allows for users to perform complex actions within an overlay.
## Props
```typescript
interface ActionPanelProps extends AnchoredOverlayProps {
focusTrapOptions: { ... }
}
```
## Implementation
TBD
Contributor guide
Research direction
Start by locating the existing AnchoredOverlay component and its AnchoredOverlayProps definition, then review how the component library handles anchored non-modal dialogs and focus trapping. Define the ActionPanel behavior and implementation scope before starting; done should include a working ActionPanel matching the listed props and intended overlay behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- accessibility, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100