- All components should have a top level containing div with a class name that matches the component name.
- All children with classes under the top level component div should follow this convention
Component__identifier--modifier
. Additional examples could include:App__content
,Sidebar__content--dark
, orLayout__grid--mobile
.
The current order I enjoy is:
- CSS
- Types
- Package Imports
- Component Imports
- Composable Imports
(XIcons)[https://www.xicons.org/#/]