Hello,
I am using useraccounts:semantic-ui and I would like to add a class of primary to the login/logout button.
This is the code that I am using:
<div class="item">{{> atNavButton }}</div>
That renders to the following:
<div class="item">
<div class="ui button" id="at-nav-button">Sign Out</div>
</div>
What I want is the ability to add a class of primary so that it renders as class=“ui primary button”
Does anyone have any idea how I can do this?
Thanks and be well,
Moshe