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

  1. Create a template tag that includes all the relevant styles.
  2. Ensure that the ID of the template tag matches the component class.

    Example

    image22