aqt-base-components

Composants permettant de créer un theme React pour les boutiques Aquila

Usage no npm install needed!

<script type="module">
  import aqtBaseComponents from 'https://cdn.skypack.dev/aqt-base-components';
</script>

README

aqt-base-components

Installation

  1. Télécharger le repo
  2. Se placer a la racine du projet dans lequel vous voulez inclure le module
  3. Lancer "npm install /path/to/aqt-base-components"
  4. Dans vos composants, ajouter "import NomDuComposant from 'aqt-base-components';"
  5. Utilisez les class importée pour les utiliser comme classe parent, vous pouvez surcharger les function etc..
  6. Enjoy !

Pour developper

  1. Télécharger le repo
  2. Allez a la racine avec un terminal, puis lancez "npm install"
  3. Le fichier de source se trouve dans src/index.js
  4. Enjoy !

Pour compiler

  1. Lancez "npm run build"
  2. Enjoy !

Commandes

  • <NSProductStock /> : TODO Explication
  • <NSBreadcrumb /> : TODO Explication
  • <NSPage /> : TODO Explication
  • <NSMenu /> : TODO Explication
  • <NSHeader /> : TODO Explication
  • <NSFooter /> : TODO Explication
  • <NSProductCard /> : TODO Explication
  • <NSSlider /> : TODO Explication
  • <NSAgenda /> : TODO Explication
  • <NSGallery /> : TODO Explication
  • <NSLogin /> : TODO Explication
  • <NSRegister /> : TODO Explication
  • <NSDetailOrder /> : TODO Explication
  • <NSAccount /> : TODO Explication
  • <NSOrderList /> : TODO Explication
  • <NSCart /> : TODO Explication
  • <NSCartLogin /> : TODO Explication
  • <NSCartBillingStep /> : TODO Explication
  • <NSCartOrderFailStep /> : TODO Explication
  • <NSCartOrderSuccessStep /> : TODO Explication
  • <NSCartPaymentStep /> : TODO Explication
  • <NSCartStep /> : TODO Explication
  • <NSCartSummaryStep /> : TODO Explication
  • <NSSearchBar /> : TODO Explication
  • <NSArticle /> : TODO Explication
  • <NSContact /> : TODO Explication
  • <NSCategory /> : TODO Explication
  • <NSCodePromo /> : TODO Explication
  • <NSProductStock /> : TODO Explication
  • <NSNewsletter />: TODO Explication