UNPKG

svelte-generic-crud-table

Version:

<crud-table> renders object-arrays with options-panel and inline edit per row. Dispatches events for ongoing data handling. As self-containing webcomponent or for Svelte in 60KB

13 lines (12 loc) 209 B
module.exports = { presets: [ [ '@babel/preset-env', { targets: { node: 'current', }, }, ], ], }