Component Library designed for Odin Control Interfaces, build with Vite
cd <project_dir>
npm install --save git@github.com:stfc-aeg/odin-react.gitBasic React knowledge will be required to use this component library. Tutorials are available that cover the basics of React.
It's recommended that the React App is created using the Cookiecutter Template.
This git repository includes an Example App, along with an example Odin Control Adapter, that can be used as reference for how the components may look and interact with Odin Control.
See the Wiki for detailed information about each component
All required dependencies are automatically installed into your npm project when first running npm install on a newly copied templated application.
Styling is provided by React Bootstrap. Many components can be imported and used from this library.