Closed alphadevx closed 5 years ago
In the render() method of that class, at the moment the CSS class is hard-coded to either this:
class="btn btn-default btn-xs"
Or this:
class="btn btn-primary"
While these are fine for defaults, the user should be able to override these either via a paramater to the constructor or the render method.
In the render() method of that class, at the moment the CSS class is hard-coded to either this:
class="btn btn-default btn-xs"
Or this:
class="btn btn-primary"
While these are fine for defaults, the user should be able to override these either via a paramater to the constructor or the render method.