react-animated-buttons
v1.0.4
Published
Customizable Button component that includes some preset animations when the component is hover
Downloads
34
Maintainers
Readme
My Library
This is my new and amazing library.
Exports
replaceHashtag
| Property | Description |
|-------------|----------------------------|
| Type | Function |
| Parameters | a
: number, b
: string |
| Description | This function takes the number passed in a
and returns a string passed in b
with the number replacing the character # inside the string. |
Example
function_example(5, 'There are # apples!');
// Returns: There are 5 apples.
Constants
| Name | Description | |------------|-------------------------------------------------| | CONSTANT_A | Contains an important value. | | CONSTANT_B | Contains another important value. | | CONSTANT_C | Contains the most important value of the three. |