{"id":13422271,"url":"https://github.com/umeshmk/react-schematic","last_synced_at":"2025-07-14T01:30:54.780Z","repository":{"id":57344075,"uuid":"427265701","full_name":"umeshmk/react-schematic","owner":"umeshmk","description":"Build responsive react layouts using styled schematics without an overhead of any theme configuration","archived":false,"fork":false,"pushed_at":"2021-11-18T07:23:01.000Z","size":371,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-07T02:24:38.218Z","etag":null,"topics":["css","flexbox","grid","react","styled-components","typescript"],"latest_commit_sha":null,"homepage":"https://umeshmk.github.io/react-schematic/","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/umeshmk.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":"2021-11-12T07:10:25.000Z","updated_at":"2025-07-06T15:36:08.000Z","dependencies_parsed_at":"2022-09-12T06:30:45.806Z","dependency_job_id":null,"html_url":"https://github.com/umeshmk/react-schematic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/umeshmk/react-schematic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umeshmk%2Freact-schematic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umeshmk%2Freact-schematic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umeshmk%2Freact-schematic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umeshmk%2Freact-schematic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umeshmk","download_url":"https://codeload.github.com/umeshmk/react-schematic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umeshmk%2Freact-schematic/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265230753,"owners_count":23731437,"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":["css","flexbox","grid","react","styled-components","typescript"],"created_at":"2024-07-30T23:00:40.851Z","updated_at":"2025-07-14T01:30:54.496Z","avatar_url":"https://github.com/umeshmk.png","language":"TypeScript","readme":"# React Schematic\n\n![](https://i.imgur.com/WObtHQO.png)\n\n**Build responsive react layouts using styled schematics without an overhead of any theme configuration**\n\n- [React Schematic](https://umeshmk.github.io/react-schematic/)\n- [React Schematic - Docs](https://umeshmk.github.io/react-schematic/docs)\n\n### Install\n\n```sh\nnpm i react-schematic\n```\n\n### Usage\n\n```tsx\nimport {reactSchematic, breakpoints, Breakpoints} from 'react-schematic';\n\n// Pass custom breakpoints as min-width\nlet custom: Breakpoints = {\n  xs: 0,\n  sm: 600,\n  md: 900,\n  lg: 1200,\n  xl: 1536,\n};\n\n// Get responsive styled.div components\nconst {Container, Flex, FlexItem, Grid, GridItem} = reactSchematic(\n  custom || breakpoints\n);\n```\n\n### Logs\n\n**v2.0.0**\n\n- added support for padding and margin\n","funding_links":[],"categories":["UI Layout"],"sub_categories":["Form Components"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumeshmk%2Freact-schematic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumeshmk%2Freact-schematic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumeshmk%2Freact-schematic/lists"}