Menu
Components
Renders an avatar element
render Avatar.new(src: "https://avatars.githubusercontent.com/u/30733") render Avatar.new do |avatar| avatar.fallback { "YM" } end
Add the component to your project
bundle exec essence add avatar