An open API service indexing awesome lists of open source software.

https://github.com/fitri-hy/hy-floating-button-react

Simple project module (Floating Button) for ReactJS
https://github.com/fitri-hy/hy-floating-button-react

floating floatting-button react-button react-floating

Last synced: 6 months ago
JSON representation

Simple project module (Floating Button) for ReactJS

Awesome Lists containing this project

README

          

# Floating Button for React

ReactJS modules are simple but have many advantages, one of which is that you can customize them freely.

## Installation
```sh
npm i hytech-component
```

## Example Project Implemented

```sh
// Add - Impport module //
import FloatingButton from 'hytech-component/FloatingButton';
//----//

const App = () => {
return (



// Add - Default components //

Contat US

//----//


);
};

export default App;
```

## Customization

| Atribute | Key | Description |
|:---------|:-----------|:-----------|
|`position="key?` |`top_left` `top_right` `top_center` `bottom_left` `bottom_right` `bottom_center` `middle`| Set Position|
|`index="key?"`|`99` `10`|Set z-index|
|``|`theme-1` `theme-2` `theme-3` `theme-4` `theme-5` `theme-6` `theme-7`|Use Theme & CSS|
|`
Contat US

```

Official Site: VISIT