{"id":15355267,"url":"https://github.com/web-padawan/sk-dnd","last_synced_at":"2026-02-26T09:02:22.527Z","repository":{"id":89746564,"uuid":"119358608","full_name":"web-padawan/sk-dnd","owner":"web-padawan","description":null,"archived":false,"fork":false,"pushed_at":"2018-02-06T11:09:20.000Z","size":78,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-01T16:47:22.534Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/web-padawan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-29T09:05:53.000Z","updated_at":"2018-01-29T09:06:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"1c3e78ad-419f-442b-95b2-11aca6fbee95","html_url":"https://github.com/web-padawan/sk-dnd","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"f0f31acacf8030d59d3e0621cf30fa2a5537337a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-padawan%2Fsk-dnd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-padawan%2Fsk-dnd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-padawan%2Fsk-dnd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-padawan%2Fsk-dnd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/web-padawan","download_url":"https://codeload.github.com/web-padawan/sk-dnd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240012218,"owners_count":19733864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T12:23:31.829Z","updated_at":"2026-02-26T09:02:22.421Z","avatar_url":"https://github.com/web-padawan.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Bower version](https://img.shields.io/bower/v/sk-dnd.svg)\n[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/vaadin/sk-dnd)\n[![Build Status](https://travis-ci.org/vaadin/sk-dnd.svg?branch=master)](https://travis-ci.org/vaadin/sk-dnd)\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin/vaadin-core-elements?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n\n# \u0026lt;sk-dnd\u0026gt;\n\n[Live Demo ↗](https://cdn.vaadin.com/vaadin-core-elements/master/sk-dnd/demo/)\n|\n[API documentation ↗](https://cdn.vaadin.com/vaadin-core-elements/master/sk-dnd/)\n\n\n[\u0026lt;sk-dnd\u0026gt;](https://vaadin.com/elements/-/element/sk-dnd) is a [Polymer 2](http://polymer-project.org) element providing \u0026lt;element-functionality\u0026gt;, part of the [Vaadin Core Elements](https://vaadin.com/elements).\n\n\u003c!--\n```\n\u003ccustom-element-demo\u003e\n  \u003ctemplate\u003e\n    \u003cscript src=\"../webcomponentsjs/webcomponents-lite.js\"\u003e\u003c/script\u003e\n    \u003clink rel=\"import\" href=\"sk-dnd.html\"\u003e\n    \u003cnext-code-block\u003e\u003c/next-code-block\u003e\n  \u003c/template\u003e\n\u003c/custom-element-demo\u003e\n```\n--\u003e\n```html\n\u003csk-dnd\u003e\n  ...\n\u003c/sk-dnd\u003e\n```\n\n[\u003cimg src=\"https://raw.githubusercontent.com/vaadin/sk-dnd/master/screenshot.png\" width=\"200\" alt=\"Screenshot of sk-dnd\"\u003e](https://vaadin.com/elements/-/element/sk-dnd)\n\n\n## Getting Started\n\nVaadin Elements use the Lumo theme by default.\n\n## The file structure for Vaadin Elements\n\n- `src/element-name.html`\n\n  Unstyled element.\n\n- `theme/lumo/element-name.html`\n\n  Element with Lumo theme.\n\n- `element-name.html`\n\n  Alias for theme/lumo/element-name.html\n\n\n## Running demos and tests in browser\n\n1. Fork the `sk-dnd` repository and clone it locally.\n\n1. Make sure you have [npm](https://www.npmjs.com/) installed.\n\n1. When in the `sk-dnd` directory, run `npm install` and then `bower install` to install dependencies.\n\n1. Run `polymer serve --open`, browser will automatically open the component API documentation.\n\n1. You can also open demo or in-browser tests by adding **demo** or **test** to the URL, for example:\n\n  - http://127.0.0.1:8080/components/sk-dnd/demo\n  - http://127.0.0.1:8080/components/sk-dnd/test\n\n\n## Running tests from the command line\n\n1. When in the `sk-dnd` directory, run `polymer test`\n\n\n## Following the coding style\n\nWe are using [ESLint](http://eslint.org/) for linting JavaScript code. You can check if your code is following our standards by running `gulp lint`, which will automatically lint all `.js` files as well as JavaScript snippets inside `.html` files.\n\n\n## Contributing\n\n  - Make sure your code is compliant with our code linters: `gulp lint`\n  - Check that tests are passing: `polymer test`\n  - [Submit a pull request](https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github) with detailed title and description\n  - Wait for response from one of Vaadin Elements team members\n\n\n## License\n\nApache License 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb-padawan%2Fsk-dnd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweb-padawan%2Fsk-dnd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb-padawan%2Fsk-dnd/lists"}