UNPKG

@discoveryjs/discovery

Version:

Frontend framework for rapid data (JSON) analysis, shareable serverless reports and dashboards

21 lines (19 loc) 562 B
import { demoImageSrc } from './image.usage.js'; export default { beforeDemo: ['md:"Similar to the `image` view but displays as a block with the image centered. The block has a checkered background to highlight image transparency."'], demo: { view: 'image-preview', src: demoImageSrc, height: 100 }, examples: [ { title: 'Src is not defined', demo: 'image-preview' }, { title: 'Bad url', demo: 'image-preview{ src: "<bad url>" }' } ] };