UI components
Modern websites are built on top of interactive UI elements. Many premium WordPress themes include a wide range of UI components with the support of open source JavaScript and CSS libraries. These UI components attract users to a site by simplifying the interfaces as well as providing large content in a limited space. Among hundreds of UI elements, we find image sliders and galleries, tabs being the most popular ones. As a developer, you need to use or build these components to keep up to date with rising UI requirements in modern development. So, it's important to understand the basic process of integrating any UI component into WordPress using plugins or themes. In this section, we are going to look at the integration of two UI components. Let’s get started.
Integrating the jQuery image slider
The image sliders and galleries are the most popular UI elements in WordPress sites. You can visit the wordpress.org plugin directory or a premium marketplace such as Codecanyon to understand...