{"id":20181749,"url":"https://github.com/nichoth/vdom-components","last_synced_at":"2026-05-05T16:35:52.944Z","repository":{"id":57391240,"uuid":"45931823","full_name":"nichoth/vdom-components","owner":"nichoth","description":"UI component library for virtual doms","archived":false,"fork":false,"pushed_at":"2015-11-24T22:09:58.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T18:11:09.347Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nichoth.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}},"created_at":"2015-11-10T18:27:40.000Z","updated_at":"2015-11-10T18:27:53.000Z","dependencies_parsed_at":"2022-09-19T06:20:53.465Z","dependency_job_id":null,"html_url":"https://github.com/nichoth/vdom-components","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nichoth%2Fvdom-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nichoth%2Fvdom-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nichoth%2Fvdom-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nichoth%2Fvdom-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nichoth","download_url":"https://codeload.github.com/nichoth/vdom-components/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241616699,"owners_count":19991543,"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-11-14T02:36:38.871Z","updated_at":"2026-05-05T16:35:51.094Z","avatar_url":"https://github.com/nichoth.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vdom components\n\nCollection of UI components bound to `virtual-dom` as a rendering engine.\n\n\n## install\n\n    $ npm install vdom-components\n\n\n## example\n\n```js\nvar vdom = require('virtual-dom');\n\n// require something\nvar FileUpload = require('vdom-components/Form/FileUpload');\n\nvar state = FileUpload({});\n\nvar loop = require('main-loop')( state(), FileUpload.render, vdom );\nstate(loop.update);\ndocument.getElementById('content').appendChild(loop.target);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnichoth%2Fvdom-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnichoth%2Fvdom-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnichoth%2Fvdom-components/lists"}