https://github.com/instructure/outcomes-ui
ITSD-63374
https://github.com/instructure/outcomes-ui
Last synced: about 1 year ago
JSON representation
ITSD-63374
- Host: GitHub
- URL: https://github.com/instructure/outcomes-ui
- Owner: instructure
- License: mit
- Created: 2020-01-31T23:14:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T18:03:51.000Z (about 2 years ago)
- Last Synced: 2024-04-30T16:04:02.428Z (about 2 years ago)
- Language: JavaScript
- Size: 1.74 MB
- Stars: 2
- Watchers: 8
- Forks: 2
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Outcomes React Library
This library contains learning standards components used in [Canvas LMS](https://github.com/instructure/canvas-lms), including outcome alignment and reporting.
Components are based on React and Redux, and we follow these organizational [conventions](doc/conventions.md).
[](https://www.npmjs.com/package/@instructure/outcomes-ui)
[](https://github.com/instructure/outcomes-ui/blob/master/LICENSE)
## Install
The library can either be built by running `npm install` or via npmjs.com:
```bash
npm install @instructure/outcomes-ui
# or
yarn add @instructure/outcomes-ui
```
## Test
See [testing documentation](doc/testing.md) for details.
## License
[MIT](LICENSE)