A component library for Operand products, like WOPR.
Currently there is no custom styling for the component and we used TailwindCSS to style the component.
We have provided a minified operand.css file that can be imported to style the component for non-tailwind projects.
import '@operandinc/react/dist/operand.css';Projects with tailwind must simply include the module in the contents section of ‘tailwind.config.js’.
module.exports = {
content: [
....
"./node_modules/@operandinc/react/dist/*.js",
],
....
}Send us a message at support@operand.ai.