Forms & Footer
Complete form organisms and page footer components.
Contact Form
Complete contact form with validation and all necessary fields.
Contact Form without Subject
Simplified version without subject dropdown.
Footer
Site footer with navigation columns and social links.
Dark Footer
Minimal Footer
Props Reference
ContactForm Props
| Prop | Type | Default | Description |
|---|---|---|---|
action | string | — | Form action URL |
showSubject | boolean | true | Show subject dropdown |
submitText | string | 'Send Message' | Submit button text |
Footer Props
| Prop | Type | Default | Description |
|---|---|---|---|
siteName | string | — | Site/brand name |
tagline | string | — | Short description |
columns | FooterColumn[] | [] | Navigation columns |
social | SocialLink[] | [] | Social media links |
variant | 'default' | 'dark' | 'minimal' | 'default' | Visual variant |