Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

change-etab

  • change-etab

Installation

  1. Installation via npm :
npm install @gip-recia/change-etab
  1. 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>
  1. 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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc