yiisoft / html

Handy library to generate HTML
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
55 stars 17 forks source link

Make `$content` optional in `Button` factories #223

Open vjik opened 1 month ago

vjik commented 1 month ago
Button::button();
Button::submit();
Button::reset();
samdark commented 1 month ago

What's the goal of a button without any content?

vjik commented 1 month ago

Button can be styled by CSS

What's the goal of a button without any content?

samdark commented 1 month ago

Alright. Makes sense.