{"id":17349180,"url":"https://github.com/co2-git/reactors-flex","last_synced_at":"2025-03-27T11:44:16.772Z","repository":{"id":68259594,"uuid":"115734584","full_name":"co2-git/reactors-flex","owner":"co2-git","description":"Flex helpers for reactors","archived":false,"fork":false,"pushed_at":"2017-12-29T16:25:14.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T16:23:10.777Z","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/co2-git.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":"2017-12-29T15:47:50.000Z","updated_at":"2017-12-29T15:49:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5d40852-3e1f-4831-aa04-e31ef142d396","html_url":"https://github.com/co2-git/reactors-flex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/co2-git%2Freactors-flex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/co2-git%2Freactors-flex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/co2-git%2Freactors-flex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/co2-git%2Freactors-flex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/co2-git","download_url":"https://codeload.github.com/co2-git/reactors-flex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245841690,"owners_count":20681184,"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-10-15T16:54:59.654Z","updated_at":"2025-03-27T11:44:16.748Z","avatar_url":"https://github.com/co2-git.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"reactors-flex\n===\n\n# Install\n\n```bash\nnpm install --save reactors-flex\n// OR\nyarn add reactors-flex\n```\n\n# Usage\n\n```jsx\nimport * as Flex from 'reactors-flex';\nimport {Text} from 'reactors'\n\n\u003cFlex.Column\u003e\n  \u003cText\u003eI am in a column\u003c/Text\u003e\n  \u003cText\u003eI am in a column too\u003c/Text\u003e\n  \u003cFlex.Row\u003e\n    \u003cText\u003eI am in a row\u003c/Text\u003e\n    \u003cText\u003eI am in a row too\u003c/Text\u003e\n  \u003c/Flex.Row\u003e\n\u003c/Flex.Column\u003e\n```\n\n# Components\n\n```jsx\nimport {Column, Row, Stack} from 'reactors-flex';\n// Column and Stack are aliases to each other\n```\n\n# Props\n\nAll props are optional.\n\n- `flex: number | string`\n- `flexAround: true`\n- `flexBetween: true`\n- `flexCenter: true`\n- `flexCenterHorizontal: true` alias `flexCenterY`\n- `flexCenterVertical: true` alias `flexCenterX`\n- `flexDown: true`\n- `flexGrow: true | number`\n- `flexReverse: true`\n- `flexRight: true`\n- `flexStretch: true`\n- `flexUp: true`\n- `flexWrap: true | false | 'around' | 'between' | 'center' | 'down' | 'stretch' | 'up'`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fco2-git%2Freactors-flex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fco2-git%2Freactors-flex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fco2-git%2Freactors-flex/lists"}