Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/instructure/outcomes-ui
ITSD-63374
https://github.com/instructure/outcomes-ui
Last synced: 7 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T18:03:51.000Z (7 months ago)
- Last Synced: 2024-04-30T16:04:02.428Z (7 months 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).
[![npm](https://img.shields.io/npm/v/@instructure/outcomes-ui.svg)](https://www.npmjs.com/package/@instructure/outcomes-ui)
[![MIT License](https://img.shields.io/npm/l/@instructure/outcomes-ui.svg?style=flat-square)](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)