{"id":23799459,"url":"https://github.com/singularit-de/base-input","last_synced_at":"2026-02-13T12:22:21.157Z","repository":{"id":46140469,"uuid":"513439377","full_name":"singularit-de/base-input","owner":"singularit-de","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-01T09:21:30.000Z","size":211,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-05T11:54:23.793Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/singularit-de.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-07-13T08:25:25.000Z","updated_at":"2022-07-18T08:27:50.000Z","dependencies_parsed_at":"2024-11-16T10:30:26.448Z","dependency_job_id":"23f482a2-b8df-467c-8c51-1d2c4eb02678","html_url":"https://github.com/singularit-de/base-input","commit_stats":null,"previous_names":["orbisk/base-input"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/singularit-de/base-input","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singularit-de%2Fbase-input","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singularit-de%2Fbase-input/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singularit-de%2Fbase-input/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singularit-de%2Fbase-input/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/singularit-de","download_url":"https://codeload.github.com/singularit-de/base-input/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singularit-de%2Fbase-input/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269663702,"owners_count":24455828,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-01-01T21:16:36.941Z","updated_at":"2026-02-13T12:22:21.119Z","avatar_url":"https://github.com/singularit-de.png","language":"TypeScript","readme":"# @singularit/base-input\n\n## Usage\n\n```bash\nnpm i @singularit/base-input\n```\n\n```vue\n\u003ctemplate\u003e\n  \u003cSBaseInput\n    v-model=\"name\"\n    placeholer=\"Enter your name\"\n  /\u003e\n\u003c/template\u003e\n\n\u003cscript setup lang=\"ts\"\u003e\nimport {ref} from 'vue'\nimport {SBaseInput} from '@singularit/base-input'\n\nconst name = ref('')\n\u003c/script\u003e\n```\n\n## Props\n\n| Prop            | Type     | Default     | Description                                             |\n|-----------------|----------|-------------|---------------------------------------------------------|\n| modelValue      | `string` | `undefined` |                                                         |\n| type            | `string` | `text`      | TODO                                                    |\n| inputAttributes | `object` | `undefined` | you can pass any HTML attributes to the input/textarea  |\n| classes         | `string` | `{}`        | used to override styling of input and children elements |\n\n## Styling\n\nThe input is styled with a  [default theme](src/utils/defaultTheme.ts). If you want to override some parts of the theme\nyou can use the `classes` prop to pass any calles (e.g. tailwind classes).\n\n```vue\n\u003cSBaseInput :classes=\"{wrapper: 'rounded-full'}\"\u003e\u003c/SBaseInput\u003e\n```\n\n`SBaseInput` is designed to be wrapped in a component inside you project. Due to its flexibility it is very adaptable.\nYou can also create simple number inputs, text inputs, textareas, etc. (use the `inputAttributes` prop to pass any HTML attributes).\n\nSee [interface `InputClass`](/src/interface.ts).\n\n## Examples\ncoming soon","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingularit-de%2Fbase-input","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsingularit-de%2Fbase-input","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingularit-de%2Fbase-input/lists"}