Styling the component
You can style Lytx UI components by passing:
-
values to predefined parameters that allow you to customize the component and
Note
Find all relevant parameters in the component-specific documentation.
- CSS into the component
Pass CSS into the component
- Create a
templatetag that includes all the relevant styles. -
Ensure that the
IDof thetemplatetag matches the componentclass.Example