Linkify
A Linkify component is a UI tool that automatically detects and converts plain text URLs within a content area into clickable hyperlinks. This enhances user experience by allowing easy access to external resources without the need for manual formatting. Linkify typically recognizes various URL formats and ensures that they are presented in a visually distinct manner, making navigation seamless and intuitive.
# Demo
Demo Coming Soon
Linkify examples will be available soon.
# Usage
# Attributes
Name | Type | Default | Details |
---|---|---|---|
href | string | Optional | URL for anchor links. |
children | React.ReactNode | Required | Link content. |
className | string | ' ' | You can customise by passing tailwind classes. |
# Tags