* Create TooltipClipboard component * basic doc page for TooltipClipboard * enable clipboard tooltip for specific rows * wrap component with tooltip clipboard * remove logic from ui component * set clipbboard message * minor refactor to add a delay to show the tooltip clipboard * delay to hide comment * Remove titles which were interfering with tooltips Co-authored-by: Erik Ziegler <erik.sweed@gmail.com> |
||
|---|---|---|
| .. | ||
| 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