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 = () => {
const handleCreateCollection = () => {
open('https://www.google.com/');
};
return <LinkOut onClick={handleCreateCollection} text="Create collection" />;
};
Props
LinkOutProps
Name | Type | Default | Description |
---|---|---|---|
text | string | - | Create button content |
onClick | () => void | - | Function handle go to link Shopify admin |