Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 691 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 691 Bytes

Karlsen User Interface Framework

Flow UX module is a part of the Flow framework. Documentation for the Flow framework and it's components can be found at https://flow.aspectron.com

Flow UX is a web-component-driven framework for web and desktop application development. The framework is base on Lit Element project and provides generic UI construction primitives such as Tabs, Text Area controls, Checkboxes, Input controls and more.

Installing flow-ux

npm install -g @karlsen/flow-ux

Cloning flow-ux

git clone https://github.com/karlsen-network/node-flow-ux
cd node-flow-ux
npm install