Link out
Button go to link Shopify. Xuất hiện trong select resource dùng để tạo resource mới
Ví dụ
import LinkOut from '@xobuilder/ui';
const Demo = () => {
return <LinkOut href={'https://www.google.com/'} text={'Link text'} />;
};
Props
LinkOutProps
Name | Type | Default | Description |
---|---|---|---|
text | string | - | Create button content |
href | string | - | Link của thẻ a |
target | HTMLAttributeAnchorTarget | _blank | Target của thẻ a |