ohif-viewer/platform/ui
Rodrigo Antinarelli edd4a4118c
feat: Modal + ViewportDownloadForm (#1799)
* feat: Modal + ViewportDownloadForm

* styles for image preview box

* modal update & close handler

* open modal for Learn More (search info)

* change modal default alignment

* Update platform/ui/src/components/InputNumber/InputNumber.mdx

* nuke inputNumber and use inputText with refactor

* make input more reusable

* revert inputText "number" stuff

* replace inputText to Input

* fix input spacing + label

* fix modal overlay classes

* fix inline styles

* fix onclick learn more

* fix close icon

* revert transition

* remove inline styles

* remove unecessary stuff
2020-06-26 16:34:43 +01:00
..
src feat: Modal + ViewportDownloadForm (#1799) 2020-06-26 16:34:43 +01:00
.gitignore feat: nuke UI project; start new with updated tooling BREAKING_CHANGE (#1468) 2020-05-15 12:28:18 +01:00
.stylelintrc.json new examples buttonModules & buttonEmotion + refac 2020-05-15 12:19:05 +01:00
CHANGELOG.md chore(release): publish [skip ci] 2020-05-04 14:15:22 +00:00
doczrc.js feat: Viewport Notification 2020-05-15 12:49:27 +01:00
gatsby-config.js feat: Icon component (#1499) 2020-05-15 12:35:57 +01:00
gatsby-node.js Fixes after rebasing 2020-05-15 14:29:27 +02:00
index.js feat: Modal + ViewportDownloadForm (#1799) 2020-06-26 16:34:43 +01:00
package.json bump docz version 2020-06-04 12:37:05 -04:00
postcss.config.js clean up postcss config 2020-05-15 12:29:00 +01:00
README.md Fixes after rebasing 2020-05-15 14:29:27 +02:00
tailwind.config.js feat: Modal + ViewportDownloadForm (#1799) 2020-06-26 16:34:43 +01:00

@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