mr-feedback
v0.3.1
Published
is a component which you can create and show a 'box feedback' to the user. You can set 'title' and 'message' to show, add button that clicked trigger function that you pass it, ecc...
Downloads
3
Maintainers
Readme
mrFeedback - 0.3.1
mrFeedback
- Create box feedback for your Angular App: simple, complete, personalized. With this plugin you can create and show a "box feedback" to the user. You can set "title" and "message" to show, add buttons that run connected functions when clicked, ecc... With new theme "notification" you could use it for real time notification too!
Installation
- Download the latest release: v0.3.1
- Clone the repository:
git clone https://github.com/teorossi82/mrFeedback.git
- Install with Bower:
bower install mrFeedback
- Install with Npm:
npm install mr-feedback
Requirements
The plugin requires
Initialization, Configuration, Usage & Demo
Open site http://teorossi82.github.io/mrFeedback
News
v0.3.1
- Added exports module to work as npm dependency
v0.2.12
- Add option
icon
, utils to add an icon at the left side of the box's body.
v0.2.11
- Add option
customClass
, utils to add a class to the box with you can customize your mrFeedback's style.
v0.2.8
- Box with notification theme have now position relative so they can be visible in same time.
v0.2.6
- With new theme
notification
you could use it for real time notification too.
v0.2.4
- Now message is binding html, so you can pass simple text or html to
msg
field.
v0.2.3
- Added option
closeText
to pass a string to the close button of the box. Is visible only with the optionclose:true
and with the theme that expect a close button with a text.
v0.2.2
- With the option
modal:true
the box is rendered in the middle of the window. With this option the animation is disabled.
v0.2.1
- Added new option
modal
to open box with a layer that block interaction with other element
Bug, questions, contributions?
If you want to report me bugs, suggestions for improvement or work togheter to maintain this plugin, please write me at email: [email protected].
Copyright and license
Copyright @2016 Matteo Rossi, under MIT license.