UNPKG

@amsterdam/bmi-component-library

Version:

A React component library based on ASC and Material-UI aimed at repurposing and sharing components across BMI projects

2 lines 412 B
import{jsx as _jsx,jsxs as _jsxs}from"react/jsx-runtime";import{Alert,Link,Paragraph}from"@amsterdam/asc-ui";const DownloadRenderer=({uri})=>_jsxs(Alert,{level:"warning",outline:true,children:[_jsx(Paragraph,{children:"Document kan niet weergegeven worden in de browser."}),_jsx(Link,{href:uri,icon:"download",children:"Download"})]});export default DownloadRenderer; //# sourceMappingURL=DownloadRenderer.js.map