A library of UI components used by VMware Cloud Director. VCD UI plugin developers can use these components to ensure plugins share the VCD UX. This library also provides a file title i18n.json that contains all the default translations for the strings in
A library of UI components used by VMware Cloud Director. VCD UI plugin developers can use these components to ensure
plugins share the VCD UX. This library also provides a file title i18n.json that contains all the default
translations for the strings in our components. This file is intended for usage with @vcd/i18n.
npm install @vcd/ui-components for the latest stable release ornpm install @vcd/ui-components@next for the upcoming release, which could contain APIs that may not be stable
Run npm run test:components to execute the unit tests via Karma. Our unit tests make use
of a WidgetObject pattern to minimize duplication of HTML access in tests.