* fix: prevent app from blowing up when snapshot modal is opened * fix: use superscript tag to indicate ellipse is mm squared * fix: update measurement item to allow us to specify html in MeasurementItem display text |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| .stylelintrc.json | ||
| CHANGELOG.md | ||
| doczrc.js | ||
| gatsby-config.js | ||
| gatsby-node.js | ||
| index.js | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
@ohif/ui
React component library powered by docz
Commands
# Install
yarn # npm i
# Develop
yarn dev # npm run dev
# Build
yarn build # npm run build
# Serve (the "build" output)
yarn serve # npm run serve