UNPKG

@pixxle/oauth-ionic

Version:

Pixxle OAuth authentication module for Ionic Angular applications - Direct implementation that works - Tested and proven

39 lines (28 loc) 789 B
# Utilisation de l'icône Pixxle ## 📁 Structure des fichiers ``` src/ ├── assets/ │ └── logo-blanc.svg ← Copiez ce fichier dans votre projet ``` ## �� HTML avec icône ```html <button (click)="login()" class="pixxle-btn"> <img src="assets/logo-blanc.svg" alt="Pixxle" class="pixxle-icon"> Se connecter avec Pixxle </button> ``` ## 🎨 CSS pour l'icône ```css .pixxle-icon { width: 25px; height: 25px; flex-shrink: 0; } ``` ## 📋 Instructions 1. **Copiez le fichier** `logo-blanc.svg` dans votre dossier `src/assets/` 2. **Ajoutez l'image** dans votre HTML comme montré ci-dessus 3. **Ajoutez le CSS** pour styliser l'icône ## 🎯 Résultat Le bouton affichera l'icône Pixxle (25px x 25px) à gauche du texte "Se connecter avec Pixxle"