Skip to content

Latest commit

 

History

History

uui-scroll-container

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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>