{"id":13710319,"url":"https://github.com/atish31/custom-input-types","last_synced_at":"2025-05-06T19:30:47.460Z","repository":{"id":53590669,"uuid":"331969873","full_name":"atish31/custom-input-types","owner":"atish31","description":"Open source rep for type customisation","archived":false,"fork":false,"pushed_at":"2021-04-05T09:13:40.000Z","size":187,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-11T00:49:33.173Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atish31.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-22T14:29:15.000Z","updated_at":"2022-05-22T15:01:33.000Z","dependencies_parsed_at":"2022-09-12T04:00:35.362Z","dependency_job_id":null,"html_url":"https://github.com/atish31/custom-input-types","commit_stats":null,"previous_names":["atish31/type-customised"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atish31%2Fcustom-input-types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atish31%2Fcustom-input-types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atish31%2Fcustom-input-types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atish31%2Fcustom-input-types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atish31","download_url":"https://codeload.github.com/atish31/custom-input-types/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252753186,"owners_count":21798930,"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-02T23:00:54.456Z","updated_at":"2025-05-06T19:30:46.886Z","avatar_url":"https://github.com/atish31.png","language":"JavaScript","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# custom-input-types\n\n## Download\ncustom-input-types is released under the [MIT license] \u0026 supports modern environments.\n\n\n## Installation\n\nIn a browser:\n```html\n\u003cscript src=\"custom-input.min.js\"\u003e\u003c/script\u003e\n```\n\nUsing npm:\n```shell\n$ npm i -g npm\n$ npm i custom-input-types\n```\n\n## Why custom-input-types?\n\nCustom input types lets you use customised input types without writing any javascript for yourself,\u003cbr\u003e\nAvailable custom input types as of now\n\n * Only numbers:\n      ```\n     \u003cinput type=\"custom-number\" /\u003e\n     ```\n * Capitalized Text:\n    ```\n    \u003cinput id=\"capWords\" type=\"custom-text\" /\u003e\n   ```\n * Camel Case Text with space:\n      ```\n    \u003cinput id=\"camelCase\" type=\"camel-case\" /\u003e\n     ```\n\n * Camel Case Text with no space:\n      ```\n    \u003cinput id=\"noSpaceCamelCase\" nospace type=\"camel-case\" /\u003e\n     ```\n * Pascal Case Text with space:\n     ```\n    \u003cinput id=\"pascalCase\" type=\"pascal-case\" /\u003e\n    ```\n\n * Pascal Case Text with no space:\n    ```\n    \u003cinput id=\"noSpacePascalCase\" nospace type=\"pascal-case\" /\u003e\n   ```\n * Snake Case:\n      ```\n    \u003cinput id=\"snakeCase\" type=\"snake-case\" /\u003e\n     ```\n * All lower case:\n      ```\n    \u003cinput type=\"lowerCase\" /\u003e\n     ```\n * All Upper Case:\n      ```\n    \u003cinput type=\"upperCase\" /\u003e\n     ```\n * Phone:\n      ```\n     \u003cinput type=\"phone\" /\u003e\n     ```\n * Pincode(Default):\n    ```\n    \u003cinput type=\"pincode\" /\u003e\n    ```\n * Pincode(Alphanumeric attribute):\n   ```\n   \u003cinput id=\"pincode\" type=\"pincode\" alphanum /\u003e\n   ```\n * Pincode(max-character):\n    ```\n   \u003cinput id=\"pincode\" type=\"pincode\" max=8 /\u003e\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatish31%2Fcustom-input-types","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatish31%2Fcustom-input-types","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatish31%2Fcustom-input-types/lists"}