DXP Component Library
The Squiz DXP Component Library is a collection of components built using Component Service technology.
The entire project is designed to be used educationally, with detailed code comments explaining what each part of the code does.
Goals
This library’s main goal is to demonstrate how to handle different data types in components. Examples contained in the library range from simple components like a block quote to more advanced components that fetch data from Squiz Content Management.
Audience
The project is intended for all developers who want to learn more about how components work in Squiz DXP.
Key features
The library is designed to cater to two specific development needs:
-
to serve as a best-practice learning environment
-
offer a reliable sandbox environment for testing different data handling scenarios.
Developers can explore the commented code, understand how files work together, and refer to dedicated README files created for each component.
Get started
To get started with using the library, follow these initial steps:
-
Visit https://gitlab.squiz.net/centre-for-enablement/edge-components-library/
-
Follow the Getting Started steps in the DXP Component Library public repo.
-
Continue with the installation steps to install the project dependencies.
You can now explore the different examples and experiment with different components.