ohif-viewer/platform/ui
Rodrigo Antinarelli f4b078912a feat: StudyListTable, ExpandedRow, API definitions (#1579)
* feat: StudyListTable Refactor

* feat: StudyListTable + Props Refactor

* fix expanded rows handler

* update and fix study list doc page

* fix date format

* use moment to format date

* expose new components

* fix study list expanded row

* Export and Create doc page for Pagination

* API Definition, Export and Doc page for StudyListTable

* StudyListTableRow

* use real example to mount study list

* move files

* temporary change study list (viewer) structure

* fix studyList

* remove unused files

* remove file

* remove unused package

* PR fixes

* Remove console.dir

Co-authored-by: Gustavo Lelis <galelis@gmail.com>
2020-05-15 12:46:20 +01:00
..
src feat: StudyListTable, ExpandedRow, API definitions (#1579) 2020-05-15 12:46:20 +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 chore: uiv2 docz custom page (#1511) 2020-05-15 12:37:14 +01:00
gatsby-config.js feat: Icon component (#1499) 2020-05-15 12:35:57 +01:00
gatsby-node.js feat: nuke UI project; start new with updated tooling BREAKING_CHANGE (#1468) 2020-05-15 12:28:18 +01:00
index.js feat: StudyListTable, ExpandedRow, API definitions (#1579) 2020-05-15 12:46:20 +01:00
package.json feat: StudyListTable, ExpandedRow, API definitions (#1579) 2020-05-15 12:46:20 +01:00
postcss.config.js clean up postcss config 2020-05-15 12:29:00 +01:00
README.md feat: nuke UI project; start new with updated tooling BREAKING_CHANGE (#1468) 2020-05-15 12:28:18 +01:00
tailwind.config.js remove old colors 2020-05-15 12:43:49 +01:00

<<<<<<< HEAD

Basic Docz example

Using create-docz-app

npx create-docz-app docz-app-basic
# or
yarn create docz-app docz-app-basic

Download manually

curl https://codeload.github.com/doczjs/docz/tar.gz/master | tar -xz --strip=2 docz-master/examples/basic
mv basic docz-basic-example
cd docz-basic-example

Setup

yarn # npm i

Run

yarn dev # npm run dev

Build

yarn build # npm run build

Serve built app

yarn serve # npm run serve

=======

@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

4a8675655... feat: nuke UI project; start new with updated tooling BREAKING_CHANGE (#1468)