DocsGetting startedQuick start
Quick start
Add a section, customize it, and ship it to your theme.
Add a section
Pick any section from the library and run its add command. For example, the collection grid:
$ npx cascadekit add collection-gridWhat gets added
The CLI copies the section and its snippets into your theme:
your-theme/
sections/collection-grid.liquidsnippets/collection-card.liquidicon-arrow.liquidCustomize
Open the section in the Shopify customizer, or edit the settings in the CascadeKit editor. Every setting maps to a {% schema %} entry:
sections/collection-grid.liquid
<h2 class='font-serif text-5xl'>{{ section.settings.title }}</h2>Ship it
Commit the files or push with the Shopify CLI. That's it — your section is live.