Themes Demo

A sampling of various JavaXT components in different styles/themes.

No Theme

All JavaXT components have embedded style rules so you can use them out of-the-box. In other words, you don't need to define any classes or style rules or include any CSS file in order to render the components. This is what the components look like with no styling.

Default Theme

You can customize the look and feel of any component by providing your own style rules when you instantiate the JavaXT components via the "style" config. In the themes folder, there is a CSS file called "default.css". This is what the components look like with the "default.css" theme.

Dark Theme

And of course, we have a dark mode! In the themes folder, there is a CSS file called "dark.css". This is what the components look like with the "dark.css" theme.