Skip to Content

Button

Displays a button or a component that looks like a button.

Installation

Install the package

npm install @abbyyproduct/ui

Import the component

import { Button } from '@abbyyproduct/ui/components/button';

Use the component

<Button variant="primary">Button</Button>

Usage

import { Button } from '@abbyyproduct/ui/components/button';
<Button variant="primary">Button</Button>

Examples

Primary

Secondary

Ghost

Changelog

2024-12-27 Example

This is an example of a changelog entry.

MyApp.tsx
import React from 'react'; function MyApp() { return <div>My App</div>; } export default MyApp;
Last updated on