leanstacks / ionic8-playground

A playground application for Ionic 8 with React.
MIT License
3 stars 0 forks source link

Class name standards #81

Closed mwarman closed 1 month ago

mwarman commented 2 months ago

Description

Add the ls- class name for all components. This prefix was adopted as a standard and newer components have applied it; however, older components do not use the prefix.

Class names should use the following naming convention. They should:

For example, the Header component should have the class ls-header on the outermost block element. The title block within the header should use class name ls-header-title.