- Grid (Modular)
- This shows how to build a grid using a more modular approach. You might use this approach with more complex components.
- Grid (Inline)
- This shows how to build a grid using a single template literal. You might use this approach with very simple components.
- Dynamic Grid (Inline)
- This shows how to build a dynamic grid using a single template literal.