Git Product home page Git Product logo

mrastiak / vue-notification-bell Goto Github PK

View Code? Open in Web Editor NEW
66.0 66.0 8.0 3.26 MB

Vue.js notification bell component.

Home Page: https://mrastiak.github.io/vue-notification-bell/

License: MIT License

JavaScript 6.75% HTML 2.78% Vue 90.01% Shell 0.46%
notification notifications vue vue-component vue-components vue-notification vue-notification-bell vue-notifications vue2 vuejs vuejs-components vuejs2

vue-notification-bell's Introduction

I'm Armin, a full-time frontend engineer ๐Ÿ‘จโ€๐Ÿ’ป currently working in Berlin ๐Ÿ‡ฉ๐Ÿ‡ช


My Skill Set

JavaScript TypeScript React Vue.js HTML5 CSS3 Sass Nuxt JS Node.js Git Jest Bootstrap Redux Tailwind CSS D3.js Python Express.js Bash Chai Mocha jQuery Linux MongoDB

Connect with me


Github Stats






Generated using Github Profilinator

vue-notification-bell's People

Contributors

ansidev avatar dannyfeliz avatar dependabot[bot] avatar eghrarish avatar maryayi avatar mrastiak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

vue-notification-bell's Issues

+5 or 5+

Will that be better to put the plus after the number. I personally fill the +5 as some number plus five, whereas 5+ as there are some numbers after the 5

'notificationBell' ID appears many times

In the same page, I have several notifications bells, which all of them with the same id "notificationBell". It's confusing and can create some javascript issues.
Instead of that, why don't replace this id by a class, or allow to define the notification bell's ID with a param, like this ?
<notification-bell :id=[my chosen unique ID] ... />

Wrong (various) return value

Invalid prop: type check failed for prop "value". Expected Number with value NaN, got String with value "50+".

decoratedCounter () { if (this.count <= this.upperLimit) { return Math.floor(this.count) } else { if (this.prefixPlus) { return+${Math.floor(this.upperLimit)}} else { return${Math.floor(this.upperLimit)}+} } }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.