Skip to content

operandinc/react

Repository files navigation

Operand React

A component library for Operand products, like WOPR.

Component Styling

Currently there is no custom styling for the component and we used TailwindCSS to style the component.

Non-Tailwind Projects:

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';

Tailwind Projects:

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",
  ],
	....
}

Questions?

Send us a message at support@operand.ai.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published