Skip to content

ptcs-scroll-button

Visual

No image yet

Overview

A special version of small button which is intended to be used inside other larger components, to allow scrolling.

Uses a chevron icon which points up, down, left or right to show direction of scrolling.

Usage Examples

Basic Usage

    <ptcs-scroll-button direct="right"></ptcs-button>
[...]

    none indicated as of yet

Component API

Properties

Property Type Description
direction String which direction the arrow should point. Valid values are "up", "down", "left", "right"

Events

Name Data Description
click standard Standard DOM event for mouse clicks (until a general activation event is available that also support keyboard activation)

Methods

The button has no methods

Styling

TBD

State attributes

Attribute Description Part
direction which direction chevron is pointing. :host

RTL

Supported

ARIA

To be specified