Skip to content

Files

Latest commit

May 23, 2024
053de3a · May 23, 2024

History

History

uui-scroll-container

README.md

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>