Skip to content

Latest commit

 

History

History
executable file
·
17 lines (11 loc) · 1 KB

File metadata and controls

executable file
·
17 lines (11 loc) · 1 KB

Logic components

logic-components aims to provide a library with common interface elements to implement tools in belief change research. Components are implemented as HTML Custom Elements and therefore framework agnostic and work in a wide variety of browsers.

Documentation

Components are found in the src/components directory. A readme.md file is generated for every component in its folder.

Usage

logic-components is available on npm: npm i @rhazn/logic-components (https://www.npmjs.com/package/@rhazn/logic-components).

A sibling repository for exposing the components as react components is available here: https://github.com/rhazn/logic-components-react.

If using logic-components please cite it using DOI

Other

  • npm run build && cd ../logic-components-react && npm run build && cd -