doubtful
v0.1.0
Published
A small React + TypeScript component library for managing and displaying doubts and questions of anyone on anything using Solid Pods and the CRMinf ontology.
Readme
doubtful
A small React + TypeScript component library for managing and displaying doubts and questions of anyone on anything using Solid Pods and the CRMinf ontology.
Build
npm install
npm run buildUsage
function App() {
return (
<SolidAuthProvider>
<DoubtProvider>
<Doubts about="[URI of the proposition which should be doubted or questioned]" />
</DoubtProvider>
</SolidAuthProvider>
)
}