In this example, we'll look at a few ways to use the `'cssbutton'` module to enhance the look & feel of the default browser buttons.
YUI's Button component was designed with the idea in mind that sometimes you may only want button styles, without the need for any JavaScript functionality. Instead of `use('button', ...)`, you can just include the `cssbutton` module. This can be done dynamically with `use('cssbutton')`, or statically with a `link` tag.
``` ```