Button Component
The Button component provides a clean, accessible button element that can be styled with different variants to match your design needs.
| Prop | Type | Required | Description |
|---|---|---|---|
label | string | Yes | The text displayed on the button |
link | string | Yes | The URL the button should link to |
variant | string | No | Style variant (primary, secondary, outline, etc.) |
Features
Section titled “Features”- Multiple Variants - Different visual styles for various use cases
- Accessible Links - Properly structured anchor elements
- Responsive Design - Adapts to different screen sizes
- Custom Styling - Easy to extend with additional CSS classes
- Semantic HTML - Uses proper link elements for navigation