{"id":15156642,"url":"https://github.com/assenti/react-ui-components","last_synced_at":"2025-09-30T06:31:04.916Z","repository":{"id":42929560,"uuid":"232067311","full_name":"Assenti/react-ui-components","owner":"Assenti","description":"React UI Components (npm @assenti/rui-components)","archived":true,"fork":false,"pushed_at":"2022-03-26T04:28:51.000Z","size":9665,"stargazers_count":22,"open_issues_count":8,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-01T13:46:27.121Z","etag":null,"topics":["javascript","jsx","react","react-components","ui-components"],"latest_commit_sha":null,"homepage":"https://rui-components.netlify.app","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/Assenti.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-01-06T09:29:38.000Z","updated_at":"2024-11-04T22:56:39.000Z","dependencies_parsed_at":"2022-09-24T22:50:46.512Z","dependency_job_id":null,"html_url":"https://github.com/Assenti/react-ui-components","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/Assenti%2Freact-ui-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Assenti%2Freact-ui-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Assenti%2Freact-ui-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Assenti%2Freact-ui-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Assenti","download_url":"https://codeload.github.com/Assenti/react-ui-components/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234712598,"owners_count":18875481,"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","jsx","react","react-components","ui-components"],"created_at":"2024-09-26T19:40:25.053Z","updated_at":"2025-09-30T06:31:04.444Z","avatar_url":"https://github.com/Assenti.png","language":"JavaScript","funding_links":["https://www.buymeacoffee.com/assenti"],"categories":[],"sub_categories":[],"readme":"# React UI Components\n### UI Components for web apps built on [React](https://reactjs.org/)\n\n\u003cp style=\"text-align:center;\"\u003e\n  \u003ca aria-label=\"NPM version\" href=\"https://www.npmjs.com/package/@assenti/rui-components\"\u003e\n    \u003cimg alt=\"\" src=\"https://badgen.net/npm/v/@assenti/rui-components\"/\u003e\n  \u003c/a\u003e\n  \u003ca aria-label=\"Downloads\" href=\"https://npm-stat.com/charts.html?package=%40assenti%2Frui-components\"\u003e\n    \u003cimg alt=\"\" src=\"https://badgen.net/npm/dw/@assenti/rui-components\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/Assenti/react-ui-components/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-brightgreen.svg\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Main Goal\nCreate a lot of usefull, light weight and maximum reusable UI components\n\n## Requirements for using rui-components\nYou've created your app using [CRA (Create react app)](https://create-react-app.dev/docs/getting-started/)\n\n\n## Storybook\nExplore storybook [here](https://rui-components.netlify.app/?path=/story/get-started--page)\n\n## Install\n```bash\n# Install package from NPM\n% npm install @assenti/rui-components -S\n```\nor\n```bash\n# Install package from NPM\n% yarn add @assenti/rui-components\n```\n\n## Usage\nindex.js / index.ts\n```jsx\n// Import styles in index.js / index.ts\nimport '@assenti/rui-components/css/index.css';\n```\nApp.js / App.tsx\n```jsx\nimport { Card, Button, Icon } from '@assenti/rui-components';\nimport React from 'react';\n\nfunction App() {\n  return (\n    \u003cCard header={\u003ch4\u003eReact UI Components\u003c/h4\u003e}\u003e\n      \u003cButton color=\"primary\" name=\"Rocket\" icon={\u003cIcon name=\"rocket\"/\u003e}/\u003e\n    \u003c/Card\u003e\n  );\n}\n\nexport default App;\n```\n\n## Changelog\nYou can track changelog [here](/CHANGELOG.md)\n\n## Where can i find @types/@assenti/rui-components ?\nTypes declarations for TypeScript are built-in\n\n## How to set my own preset colors ?\nJust override it in css styles\n\n## Can i use custom fonts ?\nJust import your fonts and override it in css styles\n\n## I found a bug\nOpen an issue, please, i will try to fix it ASAP\n\n## I want to contribute\nYou are welcome\n\n### License\n\n[MIT Licensed](/LICENSE)\nCopyright (c) 2020 Asset Sultanov\n\n---\n\nI'll be appreciated for your donations ;)\n\n\u003ca href=\"https://www.buymeacoffee.com/assenti\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: 41px !important;width: 174px !important;\"\u003e\u003c/a\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fassenti%2Freact-ui-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fassenti%2Freact-ui-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fassenti%2Freact-ui-components/lists"}