Skip to main content
Components can have bound assets (images, icons, fonts, etc.) that are included when the component is packaged. These assets are served from the CDN and referenced in the component code using the asset() function.

Asset URL Structure

Component assets are served with this URL pattern:

Using Assets in Components

Reference bound assets in component code using the asset() function:

Multiple Resolution Assets

For responsive assets, upload multiple resolutions and select dynamically:
When a package is created, all assets referenced by the component are included in the package and served from versioned URLs.