{"id":23121909,"url":"https://github.com/ecelis/e-react-ui","last_synced_at":"2026-05-09T09:55:00.264Z","repository":{"id":58761265,"uuid":"520298530","full_name":"ecelis/e-react-ui","owner":"ecelis","description":"ReactJS Styled Components Library","archived":false,"fork":false,"pushed_at":"2022-10-18T02:11:04.000Z","size":5366,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T12:19:12.948Z","etag":null,"topics":["javascript","react","showcase","styled-components"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ecelis.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":"2022-08-02T00:16:53.000Z","updated_at":"2022-11-26T20:27:02.000Z","dependencies_parsed_at":"2023-01-20T03:19:38.671Z","dependency_job_id":null,"html_url":"https://github.com/ecelis/e-react-ui","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecelis%2Fe-react-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecelis%2Fe-react-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecelis%2Fe-react-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecelis%2Fe-react-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecelis","download_url":"https://codeload.github.com/ecelis/e-react-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247117765,"owners_count":20886439,"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":["javascript","react","showcase","styled-components"],"created_at":"2024-12-17T07:17:27.854Z","updated_at":"2026-05-09T09:54:55.236Z","avatar_url":"https://github.com/ecelis.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# e-react-ui\n\nExperiment to create a React component library based on 💅🏾 [styled-components](https://styled-components.com/). There are some examples at https://ecelis.github.io/e-react-ui/\n\n[![Edit ecstatic-fog-5r7pb0](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/ecstatic-fog-5r7pb0?fontsize=14\u0026hidenavigation=1\u0026theme=dark)\n\n## Features\n\n- Grid system\n- Autocomplete searchbox\n- Buttons\n- Calendar (WIP #10)\n- Container with overflow control\n- List\n\n## Install\n\n```\nnpm install --save styled-components e-react-ui\n```\n\n## Usage\n\nIn a new `create-react-app` use the code below in `src/App.js` and run `npm start`.\n\n⚠️ IMPORTANT! Do NOT FORGET to add `\u003cGlobalStyle /\u003e` in you App entrypoint react component as sibling of components created with e-react-ui.\n\n```javascript\nimport logo from './logo.svg';\nimport './App.css';\nimport { GlobalStyle, Button } from 'e-react-ui/dist';\nimport GlobalStyles from 'e-react-ui/dist/components/globalStyles';\n\nfunction App() {\n  return (\n    \u003cdiv className=\"App\"\u003e\n      \u003cGlobalStyle /\u003e\n      \u003cheader className=\"App-header\"\u003e\n        \u003cimg src={logo} className=\"App-logo\" alt=\"logo\" /\u003e\n        \u003cp\u003e\n          Edit \u003ccode\u003esrc/App.js\u003c/code\u003e and save to reload.\n        \u003c/p\u003e\n        \u003cButton label=\"Click Me\" /\u003e\n      \u003c/header\u003e\n    \u003c/div\u003e\n  );\n}\n\nexport default App;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecelis%2Fe-react-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecelis%2Fe-react-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecelis%2Fe-react-ui/lists"}