# bootstrap-feedback-panel

> A generic feedback panel to be used with Bootstrap UI library and React

Latest version **4.0.0** (published 2018-07-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install bootstrap-feedback-panel
pnpm add bootstrap-feedback-panel
yarn add bootstrap-feedback-panel
bun add bootstrap-feedback-panel
```

## 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 | 4.0.0 |
| Published | 2018-07-20 |
| First published | 2016-05-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 61.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | @luispablo |
| Maintainers | luispablo |
| Keywords | feedback, panel, bootstrap |

## Links

- npm: https://www.npmjs.com/package/bootstrap-feedback-panel
- Repository: https://github.com/luispablo/bootstrap-feedback-panel
- Homepage: https://github.com/luispablo/bootstrap-feedback-panel#readme
- Issues: https://github.com/luispablo/bootstrap-feedback-panel/issues
- npm.io page: https://npm.io/package/bootstrap-feedback-panel

## Dependencies (2)

- [babel](https://npm.io/package/babel.md) ^6.23.0
- [react](https://npm.io/package/react.md) ^15.4.2

## Alternatives

- [@sveltejs/kit](https://npm.io/package/@sveltejs/kit.md) — 2.2M weekly downloads
- [@atlaskit/theme](https://npm.io/package/@atlaskit/theme.md) — 402.0K weekly downloads
- [@tangle-network/brand](https://npm.io/package/@tangle-network/brand.md) — 10.0K weekly downloads
- [seneca](https://npm.io/package/seneca.md) — 7.4K weekly downloads
- [@bsb/base](https://npm.io/package/@bsb/base.md) — 7.2K weekly downloads

## Recent versions

- 4.0.0 (latest) — 2018-07-20
- 2.0.1 — 2017-04-06
- 2.0.0 — 2016-07-11
- 1.0.1 — 2016-07-11
- 1.0.0 — 2016-05-02

## README

# bootstrap-feedback-panel
A generic feedback panel to be used with Bootstrap UI library and React.

# Installation

```
npm i --save bootstrap-feedback-panel
```

# Usage

Import the panel, and then build it with an array of messages. Each message
must have a type and a message. At the moment, the only allowed types are **INFO** and **ERROR**.

```
const messages = [
	{type: "INFO", text: MESSAGE},
	{type: "ERROR", text: MESSAGE}
];

<PanelMessages messages={messages}/>
```

and that's it.

# Author
@luispablo

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