View on GitHub

TAU

TAU Components project for supporting web app development based on web-based ui widget components library.

TAU Components > Angular example

Introduction

TAU components on the Web Components bass integrate seamlessly with Angular applications. Using the component does not require the developer to know TAU build.

Example

Example

QR code

Implementation.

The addition to the application complies with the rules for Web Components.
<tau-spin class="default-spin"
    min="1902"
    max="2050"
    :value=year
    loop="enabled"
    roll-height="custom"
    item-height="50"
    momentum-level="1"
    duration="500">
</tau-spin>

Licensed under MIT License by Samsung Electronics Co., Ltd. © 2020 ver 0.1