Link
Link is a basic <a>
tag that uses theme values.
Example
Theme
Props
Name | Type | Default value | Description |
---|---|---|---|
children | string | null | Text of the link. |
href | string | null | The location of the external resource. |
target | string | null | Where to open the link. |
onClick | func | null | Gets called when the user clicks on the link. |