Vue-material: [Feature request] Add badges

Created on 18 Jan 2017  路  11Comments  路  Source: vuematerial/vue-material

Most helpful comment

Soon will be added

obrazok

All 11 comments

This will be done in the near future. Right before the components.

@marcosmoura :eyes: :hourglass: ?

Hi there ! Great project. I am currently planning to start a new project with Vue and material design. And badge is something that I need. Any estimates around when this is going to be completed ?

@agnivade

here's some css you can use to implement it yourself for now.

  .badge:after{
    content:"";
    position: absolute;
    background: rgba(255, 0, 0, 0.85);
    height:1rem;
    top:1rem;
    right:1rem;
    width:1rem;
    text-align: center;
    line-height: 2rem;;
    font-size: 1rem;
    border-radius: 50%;
    color:white;
}

then apply it to a material design button, like this:

<md-button class="md-fab md-primary md-fab-bottom-right badge">
    <md-icon md-iconset="fa fa-list-alt"></md-icon>
</md-button>

Wow, that is handy. Now, if I have to show some nos. inside the badge, do I put it inside the content: "" ?

This project is a bit dead now as its not being maintained...

I've been using this and it has a hell of a lot more features.

https://github.com/museui/muse-ui

@agnivade

Wow, that is handy. Now, if I have to show some nos. inside the badge, do I put it inside the content: ""

yea, but the scaling may be wonky

@kgrosvenor

thanks for lib suggestion. May check it out, when I need more features

I'm currently only using vue-material just for the floating action button.

@kgrosvenor also you may have spoken too soon about the lib being dead

https://github.com/vuematerial/vue-material/commits/develop, some new action as of yesterday :joy_cat:

@kgrosvenor @lmj0011 lib is under https://github.com/vuematerial organization and we have new contributor 馃憤

Soon will be added

obrazok

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jtouzy picture jtouzy  路  3Comments

lee-frank picture lee-frank  路  3Comments

alexMugen picture alexMugen  路  3Comments

Feduch picture Feduch  路  3Comments

korylprince picture korylprince  路  3Comments