@solidjs-email/button
v1.0.2
Published
Button component for SolidJS email templates
Downloads
482
Readme
@solidjs-email/button
A button component for SolidJS emails with Outlook compatibility.
Installation
npm install @solidjs-email/buttonUsage
import { Button } from '@solidjs-email/button';
<Button href="https://example.com" style={{ background: '#007bff', color: '#fff' }}>
Click Me
</Button>Props
All standard anchor (<a>) attributes plus:
| Prop | Type | Description |
|------|------|-------------|
| href | string | Link URL |
| target | string | Link target (default: _blank) |
| style | object | Inline styles |
License
MIT
