{"id":24557337,"url":"https://github.com/js-toolkit/styled-components","last_synced_at":"2026-04-13T18:02:06.790Z","repository":{"id":49854447,"uuid":"266266172","full_name":"js-toolkit/styled-components","owner":"js-toolkit","description":"Styled react components powered by JSS via @mui/styles","archived":false,"fork":false,"pushed_at":"2026-02-23T11:37:18.000Z","size":1198,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-23T19:52:56.345Z","etag":null,"topics":["componets","cssinjs","jss","material-ui","mui","react","react-components","styled-components"],"latest_commit_sha":null,"homepage":"","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/js-toolkit.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-05-23T05:00:19.000Z","updated_at":"2026-02-23T11:37:22.000Z","dependencies_parsed_at":"2025-07-13T13:40:25.379Z","dependency_job_id":"54bb3331-1994-4ec4-a096-44b61db377c0","html_url":"https://github.com/js-toolkit/styled-components","commit_stats":{"total_commits":371,"total_committers":1,"mean_commits":371.0,"dds":0.0,"last_synced_commit":"7546f51a2581331f60e8e7e265329079151486ec"},"previous_names":[],"tags_count":99,"template":false,"template_full_name":null,"purl":"pkg:github/js-toolkit/styled-components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/js-toolkit%2Fstyled-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/js-toolkit%2Fstyled-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/js-toolkit%2Fstyled-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/js-toolkit%2Fstyled-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/js-toolkit","download_url":"https://codeload.github.com/js-toolkit/styled-components/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/js-toolkit%2Fstyled-components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31764317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["componets","cssinjs","jss","material-ui","mui","react","react-components","styled-components"],"created_at":"2025-01-23T05:15:25.097Z","updated_at":"2026-04-13T18:02:06.784Z","avatar_url":"https://github.com/js-toolkit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @js-toolkit/styled-components\n\n[![npm package](https://img.shields.io/npm/v/@js-toolkit/styled-components.svg?style=flat-square)](https://www.npmjs.org/package/@js-toolkit/styled-components)\n[![license](https://img.shields.io/npm/l/@js-toolkit/styled-components.svg?style=flat-square)](https://www.npmjs.org/package/@js-toolkit/styled-components)\n\nStyled React components powered by [@mui/system/styled](https://mui.com/system/getting-started/). Includes modal, dropdown, notifications, tooltips, buttons, forms, and more.\n\n## Install\n\n```bash\nyarn add @js-toolkit/styled-components\n# or\nnpm install @js-toolkit/styled-components\n```\n\nRequires `react \u003e= 19` and `@mui/system` as peer dependencies.\n\n## Components\n\n### Layout and Display\n\n| Component | Description |\n|-----------|-------------|\n| `Modal` | Modal dialog with Header, Body, Footer |\n| `DropDown` | Dropdown menu with context |\n| `DropDownLabel` | Dropdown trigger label |\n| `DropDownBox` | Dropdown content container |\n| `Tooltip` | Tooltip component |\n| `Tooltipable` | HOC for adding tooltip to any component |\n| `Divider` | Divider line |\n| `TransitionFlex` | Flex with transition support |\n| `TransitionWrapper` | Wrapper with transition animations |\n| `SuspenseFallback` | Suspense fallback with delay |\n| `ErrorBoundary` | Error boundary component |\n| `ResizeListener` | Element resize detection |\n\n### Forms and Inputs\n\n| Component | Description |\n|-----------|-------------|\n| `Button` | Styled button |\n| `LoadableButton` | Button with loading state |\n| `TooltipButton` | Button with tooltip |\n| `Checkbox` | Checkbox/radio/switch |\n| `CheckboxGroup` | Grouped checkboxes |\n| `InputGroup` | Input wrapper with error display |\n| `Field` | Form field with label and helper |\n\n### Notifications\n\n| Component | Description |\n|-----------|-------------|\n| `Notifications` | Notification system |\n| `NotificationBar` | Individual notification bar |\n| `NotificationCloseAction` | Close button for notifications |\n\n### Content\n\n| Component | Description |\n|-----------|-------------|\n| `Avatar` | Avatar with image fallback |\n| `Badge` | Badge with count |\n| `Picture` | Image with loading states |\n| `Poster` | Poster with low-quality placeholder |\n| `TruncatedText` | Text truncation |\n| `HighlightedText` | Text highlighting |\n| `HiddenIFrame` | Hidden iframe for resize detection |\n\n### Menu\n\n| Component | Description |\n|-----------|-------------|\n| `MenuList` | Menu list |\n| `MenuSelectList` | Selectable menu list |\n| `MenuListItem` | Menu list item |\n\n### Fonts\n\n| Component | Description |\n|-----------|-------------|\n| `RobotoFont` | Roboto font loader |\n| `RalewayFont` | Raleway font loader |\n\n### Utilities\n\n| Component | Description |\n|-----------|-------------|\n| `LoadableFlex` | Flex container with loading state |\n| `Transition` | Transition wrapper |\n\n## Usage Examples\n\n### Modal\n\n```tsx\nimport { Modal } from '@js-toolkit/styled-components/Modal';\n\nfunction Settings({ open, onClose }: { open: boolean; onClose: () =\u003e void }): React.JSX.Element {\n  return (\n    \u003cModal open={open} onClose={onClose}\u003e\n      \u003cModal.Header\u003eSettings\u003c/Modal.Header\u003e\n      \u003cModal.Body\u003eContent here\u003c/Modal.Body\u003e\n      \u003cModal.Footer\u003e\n        \u003cbutton type=\"button\" onClick={onClose}\u003eClose\u003c/button\u003e\n      \u003c/Modal.Footer\u003e\n    \u003c/Modal\u003e\n  );\n}\n```\n\n### LoadableButton\n\n```tsx\nimport { LoadableButton } from '@js-toolkit/styled-components/LoadableButton';\n\nfunction SubmitButton({ loading }: { loading: boolean }): React.JSX.Element {\n  return (\n    \u003cLoadableButton loading={loading} type=\"submit\"\u003e\n      Save\n    \u003c/LoadableButton\u003e\n  );\n}\n```\n\n### DropDown\n\n```tsx\nimport { DropDown, DropDownLabel, DropDownBox } from '@js-toolkit/styled-components/DropDown';\n\nfunction Menu(): React.JSX.Element {\n  return (\n    \u003cDropDown\u003e\n      \u003cDropDownLabel\u003eOpen menu\u003c/DropDownLabel\u003e\n      \u003cDropDownBox\u003e\n        \u003cdiv\u003eItem 1\u003c/div\u003e\n        \u003cdiv\u003eItem 2\u003c/div\u003e\n      \u003c/DropDownBox\u003e\n    \u003c/DropDown\u003e\n  );\n}\n```\n\n## Repository\n\n[https://github.com/js-toolkit/styled-components](https://github.com/js-toolkit/styled-components)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjs-toolkit%2Fstyled-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjs-toolkit%2Fstyled-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjs-toolkit%2Fstyled-components/lists"}