I can see most of the Semantic-UI JS libraries available on the NPM registry, like https://www.npmjs.com/package/datatables.net-buttons-se. It lists datatables.net-se (https://www.npmjs.com/package/datatables.net-se) as a dependency, but that package doesn't appear to exist. On the Semantic UI example (https://datatables.net/extensions/buttons/examples/styling/semanticui.html) the JS is available via CDN (https://cdn.datatables.net/1.10.13/js/dataTables.semanticui.min.js) . Why isn't it available by NPM or even on the download builder?
↧