{"id":21977247,"url":"https://github.com/dromse/html-components","last_synced_at":"2026-04-10T15:55:38.148Z","repository":{"id":240049292,"uuid":"801530735","full_name":"dromse/html-components","owner":"dromse","description":"My list of reusable html components","archived":false,"fork":false,"pushed_at":"2024-05-16T12:14:52.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T03:41:41.624Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/dromse.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":"2024-05-16T12:11:39.000Z","updated_at":"2024-05-16T12:14:56.000Z","dependencies_parsed_at":"2024-05-16T13:43:50.876Z","dependency_job_id":null,"html_url":"https://github.com/dromse/html-components","commit_stats":null,"previous_names":["dromse/html-components"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dromse%2Fhtml-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dromse%2Fhtml-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dromse%2Fhtml-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dromse%2Fhtml-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dromse","download_url":"https://codeload.github.com/dromse/html-components/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245039078,"owners_count":20551194,"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-29T16:14:05.563Z","updated_at":"2025-12-30T23:41:51.406Z","avatar_url":"https://github.com/dromse.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTML-Components\n\nMy list of html components to reuse for landing pages, ecommerce websites etc.  \nEvery directory must have README.md which contains screenshots, animations, instructions of how to start work with components.\n\n## Defenitions:\n\n### Base stack\n\n- base.html - use only html/css/js stack\n- scss.html - use html/scss/js stack\n- tailwind.html - use html/tailwind/js stack\n\n```html\n\u003c!-- styles, put inside .{css, scss} file --\u003e\n\u003cstyle\u003e\u003c/style\u003e\n\n\u003c!-- html component, put inside html --\u003e\n\u003cdiv\u003e\u003c/div\u003e\n\n\u003c!-- js, put inside .{js,ts} file --\u003e\n\u003cscript\u003e\u003c/script\u003e\n```\n\n### React stack \n\nAlso there can be react-\\*.tsx, which contains reusable component for inserting in react application.\n\n- react-base.tsx - use only tsx,css,ts\n- react-scss.tsx - use only tsx,scss,ts\n- react-tailwind.tsx - use only tsx,tailwind,ts\n- react-styled.tsx - use only tsx,styled-components,ts\n\n```js\n// styles, put inside .{css, scss} or .module.css file\n\u003cstyle\u003e\u003c/style\u003e;\n\n// jsx component, put inside jsx\nfunction Component() {\n  return \u003cdiv\u003e\u003c/div\u003e;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdromse%2Fhtml-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdromse%2Fhtml-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdromse%2Fhtml-components/lists"}