Should I create theme for just one component?
Hi, I am a total newbie with jquery ui. I have to use a selectmenu component with a custom design. I was wondering if the best way would be to create a new theme for it or if I should just override the rendering functions and customize that way.
Reason I ask is because right now I am overriding the rendering functions, but I have to include a theme along with it or else the component won't work. I guess the theme is setting some necessary styles, but at the same time the theme has styling code for probably all other components of the library, which I am not using. Just seems unnecessary but not really sure how I should set it up. Hoping someone could steer me in the right direction. Thanks in advance!
-D