UNPKG

@opengis/fastify-table

Version:

core-plugins

4 lines (3 loc) 270 B
export default function buttonPreview(filepath) { return `<a class="flex items-center gap-x-2 border py-2 px-3 shadow rounded-xl cursor-pointer w-[42px] y-[34px]" href="${filepath}" target="_blank"><img src="https://cdn.softpro.ua/assets/eye.svg" alt="eye"></a>`; }