Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gip-recia/menu-cantine

Package Overview
Dependencies
Maintainers
5
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gip-recia/menu-cantine

Affichage des menus de cantine des établissements scolaire du secondaire en région centre.

  • 0.1.20
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
20
decreased by-20%
Maintainers
5
Weekly downloads
 
Created
Source

Menu Cantine UI

  • Menu Cantine UI

Installation

  1. Installation via npm :
npm install @gip-recia/menu-cantine
  1. Importation du composant :

Dans un module JavaScript :

import '@gip-recia/menu-cantine';

Dans une page HTML :

<script src="./path/to/menu-cantine.min.js"></script>
  1. Ajout du composant sur une page HTML :
const menuCantine = document.createElement('menu-cantine');
document.body.appendChild(menuCantine);

Paramètres

Propriétés disponibles :

NomTypeObligatoireDefaultDescription
is-demobooleannonfalseTrue pour lancer en mode de test local (affichage de la page "admin")
app-user-info-uristringouiURL de l'API pour récupérer les infos sur les users
app-url-imgstringouiURL des images
app-url-rest-apistringouiURL du back pour récupérer les menus
app-url-api-etabstringouiURL de l'API pour récupérer les infos sur les structures
app-url-rest-api-demostringnonURL du back pour récupérer les menus en mode test local

<menu-cantine-menu-semaine
  is-demo
  app-user-info-uri=""
  app-url-img=""
  app-url-rest-api=""
  app-url-api-etab=""
  app-url-rest-api-demo=""
/>

Keywords

FAQs

Package last updated on 19 Apr 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