-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Button wishlist
Derek Gathright edited this page Sep 10, 2013
·
13 revisions
Button is currently tagged as a Beta component, and in order to remove that label, it needs to have a stable architecture and API. This living document will track some of the remaining items that need to be done to consider moving Button out of Beta.
To-do:
- Default Y.Button's BOUNDING_TEMPLATE to
<button type="button">
(src) - Make ButtonGroup widget single-box (src)
- Make cssbutton more skinnable (involves breaking up the CSS into multiple files)
- Introduce toggle plugin (src)
- Improve documentation & examples
- Add performance tests
Done:
2