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
template
tag that includes all the relevant styles. -
Ensure that the
ID
of thetemplate
tag matches the componentclass
.Example