coryhouse / coryhouse/react-restaurant-scriptpro
Build reusable Button component (variants + sizes)
Open
enhancement
phase-1-foundations
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Goal
Create a reusable `Button` component supporting variants (primary, secondary, danger) and sizes (sm, md, lg) for consistent UI across the app.
## Acceptance criteria
- [ ] `Button` accepts `variant` and `size` props
- [ ] All standard button HTML attributes pass through
- [ ] Disabled state styled distinctly
- [ ] Used in at least one page to verify
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.