Contact
v0.2.0Feature PackageInstallation
pnpm add @corew500/feature-contactWhat's Included
This feature package includes 3 components:| Component | Description | Category |
|---|---|---|
| Protected Email | Spam-protected email display with obfuscation | contact |
| Protected Phone | Spam-protected phone number display with obfuscation | contact |
| Protected Address | Spam-protected physical address display | contact |
Export Map
Available subpath imports for this package:| Subpath | Type | Import |
|---|---|---|
| . | client | import { ... } from "@corew500/feature-contact" |
| ./types | types | import { ... } from "@corew500/feature-contact/types" |
Recent Changes
v0.2.0
### Minor Changes - 00a8de5: Add @corew500/feature-contact package with spam-protected contact display components (ProtectedEmail, ProtectedPhone, ProtectedAddress) and utilities (obfuscateEmail, obfuscatePhone, formatAddress)