Code Monkey home page Code Monkey logo

Comments (4)

unix avatar unix commented on May 10, 2024 1

I tried to implement this feature,however, the styles(bgColor, color, border-color, dark-mode...) of icon and avatar can't be well combined.
The ZEIT's example is just a special case, the design of superimposed images is very poor in the general scenes. At present, this design style can not be used as a component library.

The component library needs to consider more marginalized cases, ensure availability in more scenes. So, currently, this feature will not be considered, unless the design is improved.

from geist-ui.

unix avatar unix commented on May 10, 2024 1

Well, I think Badge is a good idea. I'll implement automatic composition of Badge component in several components later.
For more details, I will come back after PR creation. And thank you for your feedback to make us better.

from geist-ui.

unix avatar unix commented on May 10, 2024 1

Now you can add Badge to Avatar, preview here.

But the feature of combination SVG / Image and Avatar will not added temporarily, if you need this function, please refer to the follow codes:

() => {
  return (
    <div className="box">
      <Avatar />
      <img src="" className="team" />
      <style jsx>{`
        .box {
          position: relative;
        }
  
        .team {
           position: absolute;
           bottom: 0;
           right: 0;
         }
      `}</style>
    </div>
  )
}

from geist-ui.

justmelnyc avatar justmelnyc commented on May 10, 2024

can the Avatar component have a 'badge' prop maybe? and we can pass an image? just to render in the lower left or right corner. Vercel has it as an Icon prop but an image can work just as well. anyways thank you.

from geist-ui.

Related Issues (20)

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.