UNPKG

@opengis/fastify-table

Version:

core-plugins

6 lines (4 loc) 354 B
export default function button(token, title) { return `<button onclick="window.v3plugin.$form({ token: '${token}' })" class="inline-flex items-center px-2 py-1 text-sm font-medium text-white duration-300 bg-blue-600 border border-transparent rounded-lg gap-x-2 hover:bg-blue-700 hover:text-white">${title || 'Редагувати'}</button>`; }