Skip to content
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

Merged
merged 3 commits into from
Mar 17, 2022
Merged

feat(wc): add new 2.1.0 components #1014

merged 3 commits into from
Mar 17, 2022

Conversation

Lipata
Copy link
Member

@Lipata Lipata commented Mar 16, 2022

No description provided.

@coveralls
Copy link

coveralls commented Mar 16, 2022

Coverage Status

Coverage decreased (-0.8%) to 71.783% when pulling e51e320 on nalipiev/new-comps into 3493b95 on master.

export default class $(ClassName) extends LitElement {
render() {
return html`
<igc-rating></igc-rating>
Copy link
Collaborator

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>
Copy link
Collaborator

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"
>
Copy link
Collaborator

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`
Copy link
Collaborator

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.

@dafo
Copy link
Collaborator

dafo commented Mar 16, 2022

Also fix lint errors:
lint

@dafo dafo added the templates component OR scenario template label Mar 16, 2022
@Lipata Lipata merged commit fc911d4 into master Mar 17, 2022
@Lipata Lipata deleted the nalipiev/new-comps branch March 17, 2022 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants