Initial commit — BCW Bricks Builder Starter Kit
14 templates for Bricks Builder 2.x: 9 sections, 3 headers, 2 footers. Verified import format against Bricks 2.2 exports. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
41
headers/header-centered.json
Normal file
41
headers/header-centered.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"title": "BCW — Header Centered",
|
||||
"type": "header",
|
||||
"templateType": "header",
|
||||
"header": [
|
||||
{
|
||||
"id": "sec001",
|
||||
"name": "section",
|
||||
"parent": 0,
|
||||
"children": ["con001"],
|
||||
"settings": [],
|
||||
"label": "Header Centered"
|
||||
},
|
||||
{
|
||||
"id": "con001",
|
||||
"name": "container",
|
||||
"parent": "sec001",
|
||||
"children": ["log001", "nav001"],
|
||||
"settings": {
|
||||
"_direction": "column",
|
||||
"_alignItems": "center",
|
||||
"_justifyContent": "center",
|
||||
"_gap": "16px"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "log001",
|
||||
"name": "logo",
|
||||
"parent": "con001",
|
||||
"children": [],
|
||||
"settings": []
|
||||
},
|
||||
{
|
||||
"id": "nav001",
|
||||
"name": "nav-menu",
|
||||
"parent": "con001",
|
||||
"children": [],
|
||||
"settings": []
|
||||
}
|
||||
]
|
||||
}
|
||||
40
headers/header-minimal.json
Normal file
40
headers/header-minimal.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"title": "BCW — Header Minimal",
|
||||
"type": "header",
|
||||
"templateType": "header",
|
||||
"header": [
|
||||
{
|
||||
"id": "sec001",
|
||||
"name": "section",
|
||||
"parent": 0,
|
||||
"children": ["con001"],
|
||||
"settings": [],
|
||||
"label": "Header Minimal"
|
||||
},
|
||||
{
|
||||
"id": "con001",
|
||||
"name": "container",
|
||||
"parent": "sec001",
|
||||
"children": ["log001", "nav001"],
|
||||
"settings": {
|
||||
"_direction": "row",
|
||||
"_alignItems": "center",
|
||||
"_justifyContent": "space-between"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "log001",
|
||||
"name": "logo",
|
||||
"parent": "con001",
|
||||
"children": [],
|
||||
"settings": []
|
||||
},
|
||||
{
|
||||
"id": "nav001",
|
||||
"name": "nav-menu",
|
||||
"parent": "con001",
|
||||
"children": [],
|
||||
"settings": []
|
||||
}
|
||||
]
|
||||
}
|
||||
50
headers/header-with-cta.json
Normal file
50
headers/header-with-cta.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"title": "BCW — Header With CTA",
|
||||
"type": "header",
|
||||
"templateType": "header",
|
||||
"header": [
|
||||
{
|
||||
"id": "sec001",
|
||||
"name": "section",
|
||||
"parent": 0,
|
||||
"children": ["con001"],
|
||||
"settings": [],
|
||||
"label": "Header With CTA"
|
||||
},
|
||||
{
|
||||
"id": "con001",
|
||||
"name": "container",
|
||||
"parent": "sec001",
|
||||
"children": ["log001", "nav001", "btn001"],
|
||||
"settings": {
|
||||
"_direction": "row",
|
||||
"_alignItems": "center",
|
||||
"_justifyContent": "space-between"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "log001",
|
||||
"name": "logo",
|
||||
"parent": "con001",
|
||||
"children": [],
|
||||
"settings": []
|
||||
},
|
||||
{
|
||||
"id": "nav001",
|
||||
"name": "nav-menu",
|
||||
"parent": "con001",
|
||||
"children": [],
|
||||
"settings": []
|
||||
},
|
||||
{
|
||||
"id": "btn001",
|
||||
"name": "button",
|
||||
"parent": "con001",
|
||||
"children": [],
|
||||
"settings": {
|
||||
"text": "Get in Touch",
|
||||
"style": "primary"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user