georghildebrand / s-forms-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SForms Components

Netlify Status

This library is an extension of SForms - a semantic form generator and processor for ontology-based smart forms. SForms components are displayed based on structure of provided semantic form data and extend basic functionality of SForms. The components can be easily tested using example form which is located in ./example directory

Live Demo

Checkout live demo using storybook.

Development

Packiging SForms Components library for usage in other projects is done by npm run build:lib.

Debugging a form & components with StorybookJS

Storybook is an open source tool for building UI components and pages in isolation. Rendering of a form or a specific component can be tested through a story provided in ./src/stories/. The application can be started by executing npm script through npm run dev and then accessing loaclhost:6006 from a browser. It renders the forms provided by the file ./src/stories/assets/.

About

License:GNU Lesser General Public License v3.0


Languages

Language:JavaScript 89.2%Language:TypeScript 5.5%Language:CSS 5.3%