@bianic-ui/close-button
TypeScript icon, indicating that this package has built-in type declarations

0.1.0-alpha.2 • Public • Published

Close Button

CloseButton is essentially a button with a close icon. It is used to handle the close functionality in feedback and overlay components like Alerts, Toasts, Drawers and Modals.

Installation

yarn add @bianic-ui/close-button

# or

npm i @bianic-ui/close-button

Import component

import { CloseButton } from "@bianic-ui/close-button"

Usage

<CloseButton />

Disabled

Pass the isDisabled prop to put the close button component in a disabled state.

<CloseButton isDisabled />

Sizes

Pass the size prop to adjust the size of the close button. Values can be sm, md or lg.

<>
  <CloseButton size="sm" />
  <CloseButton size="md" />
  <CloseButton size="lg" />
</>

Package Sidebar

Install

npm i @bianic-ui/close-button

Weekly Downloads

1

Version

0.1.0-alpha.2

License

MIT

Unpacked Size

31.9 kB

Total Files

14

Last publish

Collaborators

  • ilmimris