GitHub

Contact

v0.2.0Feature Package

Installation

pnpm add @corew500/feature-contact

What's Included

This feature package includes 3 components:
ComponentDescriptionCategory
Protected EmailSpam-protected email display with obfuscationcontact
Protected PhoneSpam-protected phone number display with obfuscationcontact
Protected AddressSpam-protected physical address displaycontact

Export Map

Available subpath imports for this package:
SubpathTypeImport
.clientimport { ... } from "@corew500/feature-contact"
./typestypesimport { ... } 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)