|
2 | 2 | The javaxt-webcontrols library is a collection of lightwieght UI components and functions used to build rich web applications.
|
3 | 3 | The library is implemented using 100% vanilla javascript and has no external dependencies.
|
4 | 4 |
|
| 5 | + |
| 6 | + |
| 7 | +## Demos |
| 8 | +Below is a list of demos of some of the components. |
| 9 | +Open the source code in each page for more information on how the component is instantiated and stylized. Open the web console to see some of the events. |
| 10 | + |
| 11 | +- [Themes](https://javaxt-project.github.io/javaxt-webcontrols/demos/themes/Themes.html) |
| 12 | +- [Effects](https://javaxt-project.github.io/javaxt-webcontrols/demos/effects/Effects.html) |
| 13 | +- [Carousel](https://javaxt-project.github.io/javaxt-webcontrols/demos/carousel/Carousel.html) |
| 14 | +- [Slider](https://javaxt-project.github.io/javaxt-webcontrols/demos/slider/Slider.html) |
| 15 | +- [Switch](https://javaxt-project.github.io/javaxt-webcontrols/demos/switch/Switch.html) |
| 16 | +- [Window](https://javaxt-project.github.io/javaxt-webcontrols/demos/window/Window.html) |
| 17 | +- [Callout](https://javaxt-project.github.io/javaxt-webcontrols/demos/callout/Callout.html) |
| 18 | +- [DatePicker](https://javaxt-project.github.io/javaxt-webcontrols/demos/datepicker/DatePicker.html) |
| 19 | +- [DateInput](https://javaxt-project.github.io/javaxt-webcontrols/demos/datepicker/DateInput.html) |
| 20 | +- [ComboBox](https://javaxt-project.github.io/javaxt-webcontrols/demos/combobox/ComboBox.html) |
| 21 | +- [Checkbox](https://javaxt-project.github.io/javaxt-webcontrols/demos/checkbox/Checkbox.html) |
| 22 | +- [Button](https://javaxt-project.github.io/javaxt-webcontrols/demos/button/Button.html) |
| 23 | +- [Tree](https://javaxt-project.github.io/javaxt-webcontrols/demos/tree/Tree.html) |
| 24 | +- [Accordion](https://javaxt-project.github.io/javaxt-webcontrols/demos/accordion/Accordion.html) |
| 25 | +- [MenuLayout](https://javaxt-project.github.io/javaxt-webcontrols/demos/layouts/MenuLayout.html) |
| 26 | +- [BarGraph](https://javaxt-project.github.io/javaxt-webcontrols/demos/bargraph/BarGraph.html) |
| 27 | + |
| 28 | + |
5 | 29 | ## General Usage
|
6 | 30 | Most of the UI components are instantiated using a `parent` and a `config` object.
|
7 | 31 | The `parent` is a DOM element in which to render the component and the `config` object is
|
|
0 commit comments