1.0.0 • Published 2 years ago

@grixu/avatar v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@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.