New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@grixu/avatar

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grixu/avatar

Simple Avatar component in Vue3

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@grixu/avatar

It's simple avatar component in Vue 3, styled with WindiCSS.

Usage


<template>
  <Avatar img="https://your-server.com/images/users/me.jpg"/>
  <Avatar text="Mateusz Gostanski" />
  <Avatar />
  <Avatar>
    <put-your-icon-or-something />
  </Avatar>
</template>

<script setup>
import Avatar from "@grixu/avatar"
</script>

Changelog

Please see CHANGELOG in each package for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

Keywords

vue

FAQs

Package last updated on 13 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts