Skip to main content

Button

To implement Button component into your project you'll need to add the import:

import { Button } from "@shoptet/ui";

After adding import into your project you can use it simply like:

<Button>Hello World!</Button>

Live Example

Live Editor
<Button>Click me!</Button>
Result
Loading...