flexi-button
Advanced tools
Comparing version 19.0.9 to 19.0.10
{ | ||
"name": "flexi-button", | ||
"version": "19.0.9", | ||
"version": "19.0.10", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^19.0.0", |
@@ -17,2 +17,5 @@ # Flexi Button | ||
## Documentation | ||
For detailed documentation and more usage examples, visit [Flexi UI Documentation](https://flexi-ui.ecnorow.com/). | ||
## Usage | ||
@@ -50,5 +53,2 @@ #### 1. Button with Text | ||
## Inputs Reference | ||
## Inputs Reference | ||
| Input Name | Type | Description | | ||
@@ -63,3 +63,2 @@ |-----------------|---------|---------------------------------------------------------------------------------------------| | ||
| `flexiToolTip` | string | Tooltip text displayed when hovering over the button. | | ||
| `loading` | boolean | Displays a loading spinner if set to `true`. | | ||
| `loading` | boolean | Displays a loading spinner if set to `true`. | |
44441
61