{"id":13834292,"url":"https://github.com/PolymerElements/paper-input","last_synced_at":"2025-07-10T04:31:50.026Z","repository":{"id":30738354,"uuid":"34294743","full_name":"PolymerElements/paper-input","owner":"PolymerElements","description":"A Material Design text field","archived":false,"fork":false,"pushed_at":"2025-03-11T00:06:45.000Z","size":1012,"stargazers_count":128,"open_issues_count":119,"forks_count":160,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-06-26T20:41:50.785Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.webcomponents.org/element/PolymerElements/paper-input","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PolymerElements.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-04-21T00:40:05.000Z","updated_at":"2025-06-25T16:16:26.000Z","dependencies_parsed_at":"2024-06-18T12:27:09.784Z","dependency_job_id":"ae4a06f3-7677-4c12-8dd0-a61754c3c4d4","html_url":"https://github.com/PolymerElements/paper-input","commit_stats":{"total_commits":607,"total_committers":99,"mean_commits":"6.1313131313131315","dds":0.7841845140032949,"last_synced_commit":"783eebd489475d0184be098557ece7485a5aef7a"},"previous_names":[],"tags_count":79,"template":false,"template_full_name":null,"purl":"pkg:github/PolymerElements/paper-input","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolymerElements%2Fpaper-input","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolymerElements%2Fpaper-input/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolymerElements%2Fpaper-input/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolymerElements%2Fpaper-input/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PolymerElements","download_url":"https://codeload.github.com/PolymerElements/paper-input/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolymerElements%2Fpaper-input/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264136138,"owners_count":23563200,"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-08-04T14:00:23.440Z","updated_at":"2025-07-10T04:31:49.760Z","avatar_url":"https://github.com/PolymerElements.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"[![Published on NPM](https://img.shields.io/npm/v/@polymer/paper-input.svg)](https://www.npmjs.com/package/@polymer/paper-input)\n[![Build status](https://travis-ci.org/PolymerElements/paper-input.svg?branch=master)](https://travis-ci.org/PolymerElements/paper-input)\n[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://webcomponents.org/element/@polymer/paper-input)\n\n## \u0026lt;paper-input\u0026gt;\n`\u003cpaper-input\u003e` is a single-line text field with Material Design styling.\n\nSee: [Documentation](https://www.webcomponents.org/element/@polymer/paper-input),\n  [Demo](https://www.webcomponents.org/element/@polymer/paper-input/demo/demo/index.html).\n\n## Usage\n\n### Installation\n```\nnpm install --save @polymer/paper-input\n```\n\n### In an html file\n```html\n\u003chtml\u003e\n  \u003chead\u003e\n    \u003cscript type=\"module\"\u003e\n      import '@polymer/paper-input/paper-input.js';\n    \u003c/script\u003e\n  \u003c/head\u003e\n  \u003cbody\u003e\n    \u003cpaper-input always-float-label label=\"Floating label\"\u003e\u003c/paper-input\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n### In a Polymer 3 element\n```js\nimport {PolymerElement, html} from '@polymer/polymer';\nimport '@polymer/paper-input/paper-input.js';\n\nclass SampleElement extends PolymerElement {\n  static get template() {\n    return html`\n      \u003cpaper-input always-float-label label=\"Floating label\"\u003e\u003c/paper-input\u003e\n    `;\n  }\n}\ncustomElements.define('sample-element', SampleElement);\n```\n\n## Contributing\nIf you want to send a PR to this element, here are\nthe instructions for running the tests and demo locally:\n\n### Installation\n```sh\ngit clone https://github.com/PolymerElements/paper-input\ncd paper-input\nnpm install\nnpm install -g polymer-cli\n```\n\n### Running the demo locally\n```sh\npolymer serve --npm\nopen http://127.0.0.1:\u003cport\u003e/demo/\n```\n\n### Running the tests\n```sh\npolymer test --npm\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPolymerElements%2Fpaper-input","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPolymerElements%2Fpaper-input","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPolymerElements%2Fpaper-input/lists"}