* Inital changes for study list filters * Style updates on filter * Small style changes on filter * Style changes updates on Input and Label and finish fitler * Refactor on study list filter * Remove not used callbackFunction * Small style change * Adding underline on Learn more link * Make sure does not show sortable if have no results * Some style polish * Fixing margin on filter * Adding inherit as color on buttons * Adding inherit on learn more button color * Addin border with opacity |
||
|---|---|---|
| .. | ||
| 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 | ||
<<<<<<< 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)