{"id":19019061,"url":"https://github.com/nahuelrosas/robust-ui","last_synced_at":"2026-04-09T17:47:23.233Z","repository":{"id":194130685,"uuid":"690310002","full_name":"nahuelRosas/robust-ui","owner":"nahuelRosas","description":"Robust is a system for generating React components with real-time CSS injection. It is programmed in TypeScript, providing type safety and enhanced developer experience.","archived":false,"fork":false,"pushed_at":"2024-05-10T04:27:36.000Z","size":4227,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T18:15:20.667Z","etag":null,"topics":["css","css3","nextjs","react","reactjs","robust","typescript","ui","ui-components","ui-design"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@robust-ui/nextjs-components","language":"TypeScript","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/nahuelRosas.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":"2023-09-12T00:32:00.000Z","updated_at":"2023-12-09T07:35:39.000Z","dependencies_parsed_at":"2023-09-12T01:12:30.577Z","dependency_job_id":"52ff2635-c60f-4de7-b2cb-51d9fcb7346f","html_url":"https://github.com/nahuelRosas/robust-ui","commit_stats":null,"previous_names":["nahuelrosas/robust-ui"],"tags_count":1732,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nahuelRosas%2Frobust-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nahuelRosas%2Frobust-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nahuelRosas%2Frobust-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nahuelRosas%2Frobust-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nahuelRosas","download_url":"https://codeload.github.com/nahuelRosas/robust-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240063932,"owners_count":19742227,"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","css3","nextjs","react","reactjs","robust","typescript","ui","ui-components","ui-design"],"created_at":"2024-11-08T20:10:43.298Z","updated_at":"2025-12-30T21:48:29.539Z","avatar_url":"https://github.com/nahuelRosas.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Robust\n\nRobust is a system for generating React components with real-time CSS injection. It is programmed in TypeScript, providing type safety and enhanced developer experience.\n\n## Project Stats\n\n![Alt](https://repobeats.axiom.co/api/embed/57761159b119284992a2370b719d8f8fe9c07e34.svg \"Repobeats analytics image\")\n\n# Installation\n\nYou can install Robust using either npm or pnpm. To do this, run one of the following commands:\n\nUsing npm:\n\n```bash\nnpm install @robust-ui/core\n```\n\nUsing pnpm:\n\n```bash\npnpm install @robust-ui/core\n```\n\nusing yarn:\n\n```bash\nyarn add @robust-ui/core\n```\n\nAlternatively, you can also download Robust from the GitHub repository and manually install the dependencies. The prepare script defined in the package.json file will automatically build all the files within the packages folder.\n\n## Usage\n\nTo use Robust, you need to make use of the `Main` component from the `@robust-ui/nextjs-components` repository. Note that the functionality has only been tested with Next.js and may not work in other React environments.\n\nHere's an example of how to use Robust in a Next.js application:\n\n```tsx\nimport { Main, Header, Text, Icon, Flex } from \"@robust-ui/nextjs-components\";\nimport { SideMenu } from \"@/components/drawer\";\nimport type { AppProps } from \"next/app\";\nimport React from \"react\";\n\nexport default function App({ Component, pageProps }: AppProps) {\n  const [open, setOpen] = React.useState(false);\n\n  return (\n    \u003cMain color=\"white\" fontFamily=\"Fira Code\"\u003e\n      \u003cHeader backgroundColor=\"gunMetal\"\u003e\n        \u003cFlex\u003e\n          \u003cText fontWeight=\"700\" fontSize=\"1.5rem\"\u003e\n            Nahuel\n          \u003c/Text\u003e\n        \u003c/Flex\u003e\n        \u003cIcon type=\"menu\" onClick={() =\u003e setOpen(!open)} /\u003e\n      \u003c/Header\u003e\n      \u003cSideMenu open={open} setOpen={setOpen} /\u003e\n      \u003cComponent {...pageProps} /\u003e\n    \u003c/Main\u003e\n  );\n}\n```\n\nIn the above example, we import the necessary components from Robust and use them to create a basic application structure. The `Main` component sets the color and font family for the components. The `Header` component represents the application header, including a title and a menu icon that toggles the `open` state. The `SideMenu` component displays a side drawer with links and language options. Finally, we render the `Component` with the `pageProps`.\n\nPlease note that this usage example is specific to Next.js, and the functionality may not be tested or supported in other React environments. Make sure to customize the components and their properties based on your specific requirements.\n\n## Features\n\nRobust includes the following features:\n\n- Automatic responsiveness: The components are designed to adapt to different screen sizes and orientations.\n- Quick language switching: Easily switch between different languages using the language options provided.\n- Dark mode: The system supports a dark mode theme that can be enabled or disabled.\n- Global states: Robust provides mechanisms for managing global states and sharing data between components.\n- Real-time CSS injection: The system injects CSS in real time, allowing for dynamic styling and theming.\n- TypeScript support: Robust is programmed in TypeScript, providing type safety and enhanced developer experience.\n- Customizable components: The components can be customized using various properties to suit your specific requirements.\n- Easy to use: Robust is designed to be easy to use and integrate with existing React applications.\n- Extensible: The system can be extended with additional components and functionality as needed.\n- Well-documented: The codebase is well-documented, making it easy to understand and contribute to.\n- Active development: Robust is actively developed and maintained, with regular updates and improvements.\n\n## Contributing\n\nContributions to Robust are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.\n\n## License\n\nRobust is released under the [MIT License](https://opensource.org/licenses/MIT).\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnahuelrosas%2Frobust-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnahuelrosas%2Frobust-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnahuelrosas%2Frobust-ui/lists"}