@instructure/outcomes-ui
v4.2.3
Published
Outcomes Application for general alignment and assessment
Downloads
7,686
Maintainers
Keywords
Readme
Outcomes React Library
This library contains learning standards components used in Canvas LMS, including outcome alignment and reporting.
Components are based on React and Redux, and we follow these organizational conventions.
Dependencies from internal JFrog artifactory
Some dependencies (e.g. @instructure/ui-* *-SECURITY.* builds) are published
only to Instructure's private Artifactory npm registry, not to public npm. The
committed .npmrc routes the @instructure scope to Artifactory; you
only need to provide credentials.
Make sure you can access https://instructure.jfrog.io/
(via Okta), then click your name → "Set Me Up" → npm, choose
virtual-npm-internal, and follow the instructions to add the auth token to your
~/.npmrc. The committed .npmrc is merged with your ~/.npmrc, so the registry
mapping comes from the repo and the token from your user config.
Install
The library can either be built by running npm install or via npmjs.com:
npm install @instructure/outcomes-ui
# or
yarn add @instructure/outcomes-uiTest
See testing documentation for details.
