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.
Components are found in the src/components
directory. A readme.md file is generated for every component in its folder.
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
npm run build && cd ../logic-components-react && npm run build && cd -