-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat(wc): add new 2.1.0 components #1014
Conversation
export default class $(ClassName) extends LitElement { | ||
render() { | ||
return html` | ||
<igc-rating></igc-rating> |
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.
Fix formatting.
<igc-circular-progress | ||
style="--diameter: 96px; --stroke-thickness: 12px;" | ||
value="92" | ||
animation-duration="500"></igc-circular-progress> |
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.
Closing tag on new line.
value="92" | ||
animation-duration="1500" | ||
variant="success" | ||
> |
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.
Move this bracket on the line above.
@customElement('app-$(path)') | ||
export default class $(ClassName) extends LitElement { | ||
render() { | ||
return html` |
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.
Just an idea - we can use the chip template in Angular (igx-ts) as a guide for this one. Having multiple chips would give context for the "remove" buttons, for example.
No description provided.