Closed elite-benni closed 9 months ago
Please check if your PR fulfills the following requirements:
What kind of change does this PR introduce?
The api of the Helm component is very verbose and needs to use many components and directives. `
Airplane mode </label>`
Closes #
The api of the helm part is now simplified. You only need to add the hlm-switch `
When using the helm component you have to change the api from:
<brn-switch hlm> <brn-switch-thumb hlm /> </brn-switch>
to:
<hlm-switch />
you have to replace the brn component with the hlm-component.
Additional "breaking change" is that we now use display contents, wich caused the Switch to be displayed without gap in the card example, the gap was added manually in the example.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
Which package are you modifying?
What is the current behavior?
The api of the Helm component is very verbose and needs to use many components and directives. `
Closes #
What is the new behavior?
The api of the helm part is now simplified. You only need to add the hlm-switch `
Does this PR introduce a breaking change?
When using the helm component you have to change the api from:
to:
you have to replace the brn component with the hlm-component.
Other information