{"id":16595714,"url":"https://github.com/1000ch/x-flexbox","last_synced_at":"2025-03-21T13:32:10.603Z","repository":{"id":35161935,"uuid":"214371135","full_name":"1000ch/x-flexbox","owner":"1000ch","description":"Web Components which provide Flexbox features.","archived":false,"fork":false,"pushed_at":"2024-09-02T02:19:00.000Z","size":1257,"stargazers_count":3,"open_issues_count":6,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-12T23:51:24.354Z","etag":null,"topics":["flexbox","layout","web-components"],"latest_commit_sha":null,"homepage":"https://1000ch.github.io/x-flexbox/","language":"TypeScript","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/1000ch.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-11T07:24:37.000Z","updated_at":"2024-09-02T02:19:03.000Z","dependencies_parsed_at":"2023-01-15T15:01:24.549Z","dependency_job_id":null,"html_url":"https://github.com/1000ch/x-flexbox","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1000ch%2Fx-flexbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1000ch%2Fx-flexbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1000ch%2Fx-flexbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1000ch%2Fx-flexbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1000ch","download_url":"https://codeload.github.com/1000ch/x-flexbox/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221815701,"owners_count":16885208,"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":["flexbox","layout","web-components"],"created_at":"2024-10-11T23:51:21.580Z","updated_at":"2024-10-28T10:13:28.113Z","avatar_url":"https://github.com/1000ch.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# x-flexbox [![test](https://github.com/1000ch/x-flexbox/actions/workflows/test.yml/badge.svg)](https://github.com/1000ch/x-flexbox/actions/workflows/test.yml)\n\n\u003e Web Components which provide Flexbox features.\n\n## Install\n\nUsing [npm](https://www.npmjs.org/package/x-flexbox):\n\n```sh\n$ npm install x-flexbox\n```\n\n## Usage\n\nImport `FlexContainer` and `FlexItem`, register them.\n\n```html\n\u003cscript type=\"module\"\u003e\nimport { FlexContainer, FlexItem } from 'https://unpkg.com/x-flexbox';\n\ncustomElements.define('flex-container', FlexContainer);\ncustomElements.define('flex-item', FlexItem);\n\u003c/script\u003e\n```\n\nPut `\u003cflex-container\u003e` and `\u003cflex-item\u003e`.\n\n```html\n\u003cflex-container flex-direction=\"column\" flex-wrap=\"wrap\"\u003e\n  \u003cflex-item flex-grow=\"2\"\u003e\u003c/flex-item\u003e\n  \u003cflex-item align-self=\"stretch\"\u003e\u003c/flex-item\u003e\n\u003c/flex-container\u003e\n```\n\n## License\n\n[MIT](https://1000ch.mit-license.org) © [Shogo Sensui](https://github.com/1000ch)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1000ch%2Fx-flexbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1000ch%2Fx-flexbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1000ch%2Fx-flexbox/lists"}