Skip to content

v1.18.0

Compare
Choose a tag to compare
@thomaslechat thomaslechat released this 02 Jul 08:58
· 21 commits to main since this release

📦 Nouveaux composants

Icone

Ajoute le composant <Icone> qui permet d'afficher des icônes SVG issues du DSFR (indirectement de Remix icon)

Web Component <lab-anssi-icone>, propriétés :

nom: { type: "String", attribute: "nom" },
taille: { type: "String", attribute: "taille" },    

Bouton

Ajoute le composant <Bouton>. Pour le momeent, seule la variante tertiaire et la petite taille sont supportées. De plus le thème MSC est appliqué sans variable.

Web Component <lab-anssi-bouton>, propriétés :

titre: { type: "String", attribute: "titre" },
variante: { type: "String", attribute: "variante" },
taille: { type: "String", attribute: "taille" },
icone: { type: "String", attribute: "icone" },
sansBordure: { type: "Boolean", attribute: "sans-bordure" },

image