Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.68 KB

File metadata and controls

33 lines (19 loc) · 1.68 KB

Odin React

GitHub package.json version GitHub package.json dev/peer/optional dependency version GitHub package.json dev/peer/optional dependency version

Component Library designed for Odin Control Interfaces, build with Vite

Install

From Github Repository

cd <project_dir>
npm install --save git@github.com:stfc-aeg/odin-react.git

Usage

Basic 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

Requirements

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.