We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In https://ix.siemens.io/docs/controls/button documentation page the primary button outline example for Angular uses the ghost button example:
It should probably look like this outline instead of ghost
outline
ghost
import { Component } from '@angular/core'; @Component({ selector: 'app-example', template: buttonSecondary(), }) export default class Buttons {} function buttonSecondary(): string | undefined { return ` <ix-button class="m-1" outline variant="primary"> Button </ix-button> <ix-button class="m-1" disabled outline variant="primary"> Button </ix-button> `; }
See also: https://community.siemens.com/t/ix-button-docs-not-accurate/451/2
The text was updated successfully, but these errors were encountered:
matthiashader
Successfully merging a pull request may close this issue.
What happened?
In https://ix.siemens.io/docs/controls/button documentation page the primary button outline example for Angular uses the ghost button example:
It should probably look like this
outline
instead ofghost
See also: https://community.siemens.com/t/ix-button-docs-not-accurate/451/2
The text was updated successfully, but these errors were encountered: