3.0.18 • Published 3 months ago

@spellix/button-compact v3.0.18

Weekly downloads
-
License
-
Repository
github
Last release
3 months ago

@spellix/button-compact

A Quick description of the component

This component is generated automatically, please add a description and usage instructions below.

Short description

Compact icon only button

Installation

yarn add @spellix/button-compact
# or
npm i @spellix/button-compact
# or
pnpm i @spellix/button-compact

Usage

Import ButtonCompact from the package and configure it with props as needed:

import { ButtonCompact } from '@spellix/button-compact';

export const App = () => {
  return <ButtonCompact {...({/* props for the component */})} />;
};