@yarnpkg/libui

3.0.2 • Public • Published

@yarnpkg/libui

This library is used to power parts of the UI in our interactive plugins.

Components

Application

A component that setups the state.

<ScrollableItems size={number} children={ReactEle}/>

A scrollable container which will display at most 2 * size + 1 lines of result on screen and will watch the up and down keys to scroll.

Note: The current implementation only supports children with an explicit key parameter and a height of exactly 1 row.

Hooks

useListItems

A key listener that watches for two keys (configurable through minus and plus) and triggers the set callback when either of them is pressed.

/@yarnpkg/libui/

    Package Sidebar

    Install

    npm i @yarnpkg/libui

    Weekly Downloads

    28,491

    Version

    3.0.2

    License

    BSD-2-Clause

    Unpacked Size

    27.4 kB

    Total Files

    35

    Last publish

    Collaborators

    • daniel15
    • bestander
    • cpojer
    • arcanis
    • yarnbot