Socket
Book a DemoInstallSign in
Socket

@gip-recia/change-etab

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gip-recia/change-etab

UI de change établissement en VueJS.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
0
Created
Source

change-etab

  • change-etab

Installation

  • Installation via npm :
npm install @gip-recia/change-etab
  • Importation du composant :

Dans un module JavaScript :

import '@gip-recia/change-etab'

Dans une page HTML :

<script src="./path/to/change-etab.min.js"></script>
  • Ajout du composant sur une page HTML :
const changeEtab = document.createElement('change-etab')
document.body.appendChild(changeEtab)

Paramètres

Propriétés disponibles :

NomTypeObligatoireDefaultDescription
showbooleanouiactiver/désactiver la modal
change-etab-apistringouiURI de la route GET de change etab
user-info-api-urlstringouiURL de l'API des informations utilisateurs

<change-etab
  show="" 
  change-etab-api="" 
  user-info-api-url=""
/>

Variables CSS

Modification de style

Plusieurs variables CSS peuvent être définis pour personnaliser le webcomponent :

NomDescription
--change-etab-button-background-colorPermet de modifier la couleur de fond des boutons
--change-etab-button-text-colorPermet de modifier la couleur de texte des boutons
--change-etab-font-text-colorPermet de modifier la couleur de texte
--change-etab-background-modal-overlay-colorPermet de modifier la couleur de l'overlay
--change-etab-background-modal-component-colorPermet de modifier la couleur de fond de la modale
--change-etab-modal-z-indexPermet de modifier le z-index de la modale

Keywords

gip-recia

FAQs

Package last updated on 22 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts