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
Button label does not work. The HTML:
<sebng-button label="Button"></sebng-button>
produces a button with no label instead of a button with the label "Button". Only works like this:
<sebng-button>Button</sebng-button>
Library version is 1.0.0-beta.14.
The text was updated successfully, but these errors were encountered:
Hello, Thank you for reaching out, the way to move forward is like this:
the reason behind this change is to allow the button to accept any type of content rather than a string only, for example
<sebng-button><icon /></sebng-button>
Sorry, something went wrong.
No branches or pull requests
Button label does not work.
The HTML:
produces a button with no label instead of a button with the label "Button".
Only works like this:
Library version is 1.0.0-beta.14.
The text was updated successfully, but these errors were encountered: