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

1.1.0 • Public • Published

Button

This component is part of the Fotihose network, which is a network of standalone components.

Description

A simple wrapper for a native button element that shows a loading indicator in the button when prompted.

Installation

npm i @fotihose/button -S

Usage

Add #button to the button, so the component knows what element is the button. Woah, poetry!

  <fih-button loadingIndicatorColor="#fff" [loadingIndicatorSize]="20" [processing]=true>
    <button #button></button>
  </fih-button>

Inputs

Input Type Default Description
loadingIndicatorColor string #000 Color of the loading indicator (hex)
loadingIndicatorSize number 15 Size of the loading indicator (px)
processing boolean false When true, it shows a loading indicator

Outputs

No outputs

TODO

  • Keep button aspect ratio when processing

License

MIT

Package Sidebar

Install

npm i @fotihose/button

Weekly Downloads

3

Version

1.1.0

License

MIT

Unpacked Size

75.5 kB

Total Files

24

Last publish

Collaborators

  • terjeballestad
  • erichjsonfosse
  • andreaslarssen