Furo Web

フロー Furo Web #

Furo Web Components provides an enterprise ready set of web components which play seamlessly with Furo. Based on web standards and future proved. Compliant with any technology of choice.

Star Issue

Framework agnostic #

The furo web components are regular web components. Some are based on lit and some are native components. They work anywhere you use HTML, with any framework or none at all. As a result of following the best practices for building web components, our components are FBP friendly.

Design system friendly #

Take a look at our integration of the SAP UI5 components.

A set of input elements which will work with the furo data structure out of the box, are available for a wide set of types. They are extending the excellent UI5 Web Components, with data binding.

Read more here, if you want to extend your own design system with furo data binding.

Transparent data handling #

The components from furo web, build the bridge from the ui implementation to the data sources by respecting the furo specs.

The transparent data agents are responsible for the communication with the APIs and are the adapters for the UI interaction.

graph TD UI[UI elements]-- HTML ---agent[Data Agents] agent-- REST ---API

Flow Based Programming #

Furo-FBP is like programmable HTML, no deep javascript knowledge is needed to write an application. viz The flowbased programming paradigm results in less complex and more flexible code.