Profile Picture UI
Installation
Install @grasco/profile-picture in your project
Package Manager
npm install @grasco/profile-picturebun add @grasco/profile-pictureImport Paths
| Use Case | Import Path |
|---|---|
| React wrapper | @grasco/profile-picture or @grasco/profile-picture/react |
| Web Component (standalone) | @grasco/profile-picture/standalone |
Use the standalone import for Vue, Angular, Svelte, or any non-React framework. It registers the <profile-picture> and <profile-picture-group> custom elements.
Browser Support
@grasco/profile-picture supports all modern browsers that implement the Web Components standard:
| Browser | Minimum Version |
|---|---|
| Chrome | 67+ |
| Edge | 67+ |
| Firefox | 63+ |
| Safari | 13.1+ |