Link
A link-like component.
Example
const handler = () => console.log('Click!');
<gb-link on-click="{ handler }"></gb-link>
Properties
Property | Type | Required | Description |
---|---|---|---|
onClick() |
function | The function to call when link is clicked. |
State
This component does not have any properties in state.
Events
This component does not listen for any events.