Skip to main content

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

NameTypeDefaultDescription
textstring-Create button content
onClick() => void-Function handle go to link Shopify admin