First version

This commit is contained in:
2024-06-11 13:19:43 +02:00
parent a360790713
commit 846ac48ff1
4 changed files with 147 additions and 40 deletions

View File

@@ -1 +1,15 @@
# tp-element
# tp-avatar
A custom element for displaying avatars.
## Installation
```bash
npm i @tp/tp-avatar
```
## Usage
```html
<ef-avatar src="https://avatars.githubusercontent.com/u/12345678?v=4"></ef-avatar>
```