tjikko-studio / components

Component library for Tjikko Studio apps
0 stars 0 forks source link

missing capitalization #69

Closed shawninder closed 3 years ago

shawninder commented 3 years ago

I'm seeing a lot of occurences of missing capitalization, like in popupnavitem or blockprimary or ctalist. Depending on the language, we might be using mostly camelCase (for Javascript and directory/file names), PascalCase for React components and instantiatable class instances in Javascript, snake-case (for Kirby and PHP in general) or even kebab-case for Vue props, HTML attributes, css class name hierarchies and other identifiers, but there is always a capitalization strategy in place

shawninder commented 3 years ago

Fixed what I could find