TP_JO2024/home/dist/page/response/not-found/README.md
2024-03-27 17:19:37 +01:00

24 lines
No EOL
701 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# not-found
## Dépendances
```shell
not-found
└─ core
└─ button
```
## Utilisation
Afin dutiliser le composant `not-found`, il est nécessaire dajouter les fichiers de styles et de scripts présents dans le dossier dist dans l'ordre suivant :\n
```html
<html>
<head>
<link href="css/core/core.min.css" rel="stylesheet">
<link href="css/button/button.min.css" rel="stylesheet">
</head>
<body>
<script type="text/javascript" nomodule href="js/legacy/legacy.nomodule.min.js" ></script>
<script type="module" href="js/core/core.module.min.js" ></script>
<script type="text/javascript" nomodule href="js/core/core.nomodule.min.js" ></script>
</body>
</html>
```