Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gdwc
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
gdwc
Merge requests
!55
Create initial container element, minor fixes to scaffolding
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Create initial container element, minor fixes to scaffolding
issue/gdwc-3302217:gdwc-container
into
1.0.x
Overview
0
Commits
1
Pipelines
0
Changes
6
Merged
Brian Perry
requested to merge
issue/gdwc-3302217:gdwc-container
into
1.0.x
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
6
Expand
0
0
Merge request reports
Compare
1.0.x
1.0.x (base)
and
latest version
latest version
85732fc7
1 commit,
2 years ago
6 files
+
83
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
_templates/component/new/component.ejs.t
+
2
−
2
Options
@@ -28,7 +28,7 @@ export class <%= className %> extends LitElement {
display: block;
/* Uncomment lines below to support additional CSS variables.
Delete commented lines if variable is not supported. */
/* adding: var(--gdwc-padding, var(--size-3));
/*
p
adding: var(--gdwc-padding, var(--size-3));
background-image: var(--gdwc-background-image);
border: var(--gdwc-border, none) !important;
border-radius: var(--gdwc-border-radius);
@@ -39,7 +39,7 @@ export class <%= className %> extends LitElement {
}
render
()
{
return
html
`
<div class="gdwc-<%=
n
ame %>">
return
html
`
<div class="gdwc-<%=
elementN
ame %>">
<h2>
${this
.
example}
</h2>
<slot>Slotted Content</slot>
</div>
`;
Loading