-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/navigation from statamic controls section #235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feature/navigation-from-statamic
Are you sure you want to change the base?
Feature/navigation from statamic controls section #235
Conversation
…/i-Cell-Mobilsoft-Open-Source/ids-angular into feature/navigation-from-statamic-controls-section
projects/demo/src/app/pages/components/component-details/component-details.component.html
Outdated
Show resolved
Hide resolved
projects/demo/src/app/pages/components/component-details/component-details.component.ts
Outdated
Show resolved
Hide resolved
|
|
||
| .demohost-container { | ||
| display: flex; | ||
| padding: var(--smc-reference-Padding-md, 24px) var(--smc-reference-Padding-lg, 32px); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--smc-reference-Padding-md seems an invalid variable name. Can you check?
| <app-tryout-controls> | ||
| <app-control-table | ||
| controls | ||
| [controlName]="'Overlay panel'" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
optional: when you bind a simple string value, the square bracket binding is not necessary (this comment applies for the entire project)
No description provided.