4.0.0 • Published 6 years ago

bootstrap-feedback-panel v4.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

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

4.0.0

6 years ago

2.0.1

7 years ago

2.0.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago