Skip to content

Files

Latest commit

Mar 26, 2025
56c3e8b · Mar 26, 2025

History

History
This branch is 32 commits behind v1/contrib.

uui-scroll-container

uui-scroll-container

npm

Umbraco style scroll-container component.

See it in action

Preview the component on Storybook

Installation

ES imports

npm i @umbraco-ui/uui-scroll-container

Import the registration of <uui-scroll-container> via:

import '@umbraco-ui/uui-scroll-container';

When looking to leverage the UUIScrollContainerElement base class as a type and/or for extension purposes, do so via:

import { UUIScrollContainerElement } from '@umbraco-ui/uui-scroll-container';

Usage

<uui-scroll-container></uui-scroll-container>