Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Conventions

René Van Der Schueren edited this page Mar 25, 2023 · 1 revision

Class Names

  • component name with - as delimiter
  • part of component marked with __ as delimiter

Example:

<div classNames="my-component">
  <h1 classNames="my-component__title">
    title
  </h1>
</div>
Clone this wiki locally