# react-footer-comp

> react based footer component for easy footers in websites.

Latest version **3.0.1** (published 2018-05-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-footer-comp
pnpm add react-footer-comp
yarn add react-footer-comp
bun add react-footer-comp
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.0.1 |
| Published | 2018-05-28 |
| First published | 2018-05-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 117.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | raja raghav |
| Maintainers | rajaraghav |
| Keywords | react, footer, component, reactjs, website, react-footer |

## Links

- npm: https://www.npmjs.com/package/react-footer-comp
- Repository: https://github.com/rajaraghav/react-footer-comp
- Homepage: https://github.com/rajaraghav/react-footer-comp#readme
- Issues: https://github.com/rajaraghav/react-footer-comp/issues
- npm.io page: https://npm.io/package/react-footer-comp

## Dependencies (2)

- [react](https://npm.io/package/react.md) ^16.4.0
- [react-dom](https://npm.io/package/react-dom.md) ^16.4.0

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 3.0.1 (latest) — 2018-05-28
- 3.0.0 — 2018-05-26
- 2.0.0 — 2018-05-26
- 0.0.2 — 2018-05-26
- 0.0.1 — 2018-05-26

## README

# React Footer Comp
React Footer Comp is a react based footer component with dynamic year generation.

### [Try React Footer Comp](https://codesandbox.io/s/8xl4vwkz49)
React footer comp is developed by Raja Raghav.

#### Example
![React Footer Comp Example](https://image.ibb.co/gGEXOJ/Screen_Shot_2018_05_28_at_5_36_45_PM.png)

###### [Try it here](https://codesandbox.io/s/8xl4vwkz49)
## Features 
* Dynamic Date generation, i.e. date changes every year
* Set Dates range with 'years' props.
* Custom text using 'text' props.
* Copyright icon ©
* Every component and element is stylable.

## Installation
1. `npm install --save react-footer-comp`
2. Intialize
    `import Footer from "react-footer-comp"`
    
## Plugins
* copyrightText
* copyrightIcon
* text
* initial year

## Props
| Prop Name        | type           | Example  |
| ------------- |:-------------:| -----:|
| text      | string | <Footer text={"All rights reserved."}/> |
| years      |  array     |   <Footer years={[2012]}/> |
| copyrightIcon | boolean      |    <Footer copyrightIcon/> |
| copyrightText | boolean      |    <Footer copyrightText/> |
| height | number      |    <Footer height={150}/> |
| bgColor | string      |    <Footer bgColor={"yellow"}/> |
| copyrightTextStyle | style object | <Footer copyrightTextStyle={{alignSelf:"flex-start"}}/>|
| copyrightIconStyle | style object      |    <Footer copyrightTextStyle={{alignSelf:"flex-end"}}/> |
| textStyle | style object |    <Footer copyrightTextStyle={{alignSelf:"center"}}/> |

## Note
React footer comp uses flexbox so all position based styling should be done using flexbox.

---
_Source: https://npm.io/package/react-footer-comp · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
