Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 756 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 756 Bytes

stenajs-webui/core

The core library for @stenajs-webui.

All other packages depend on core.

View components

Layout

Box is the main building stone which most other components are derived from.

Components derived from Box

  • Column (same as Box, content is placed in a column)
  • Row (same as Box, content is placed in a row)
  • Indent
  • Space
  • Spacing

Interaction

Decorators

  • SeparatorLine

Hooks

core includes a collection of hooks. See src/hooks/README.md for details.