pegasystems / constellation-ui-gallery

This open-source repository provides a collection of ready-to-use and customizable Constellation DX components. Use this resource to gain inspiration, best practices, and a solid foundation for implementing custom components.
https://pegasystems.github.io/constellation-ui-gallery/
Apache License 2.0
32 stars 23 forks source link

Fixes TypingIndicator avatar alignment and removes unwanted css. #10

Closed vijayjangid closed 8 months ago

vijayjangid commented 8 months ago

Fixes #9

  1. Fixes Icons usage for buttons.
  2. Removed unwanted CSS causing alignment issues.
ricmars commented 8 months ago

the reason I am inlining the svg instead of using the Icon component is that the icons are filtered out by the Constellation DX component during build time and do not render. IF there is a way to use the Icon component and it works end to end - I am fine to merge this change.