{"id":25341782,"url":"https://github.com/grovertb/krowdy-ui","last_synced_at":"2025-07-17T02:05:54.352Z","repository":{"id":35105646,"uuid":"217401622","full_name":"grovertb/krowdy-ui","owner":"grovertb","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-11T12:10:28.000Z","size":7630,"stargazers_count":5,"open_issues_count":16,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-28T20:40:39.887Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/grovertb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-24T21:53:16.000Z","updated_at":"2023-10-21T08:43:06.000Z","dependencies_parsed_at":"2023-01-15T14:00:42.021Z","dependency_job_id":null,"html_url":"https://github.com/grovertb/krowdy-ui","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/grovertb/krowdy-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grovertb%2Fkrowdy-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grovertb%2Fkrowdy-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grovertb%2Fkrowdy-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grovertb%2Fkrowdy-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grovertb","download_url":"https://codeload.github.com/grovertb/krowdy-ui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grovertb%2Fkrowdy-ui/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265559893,"owners_count":23788088,"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":[],"created_at":"2025-02-14T09:40:37.641Z","updated_at":"2025-07-17T02:05:54.323Z","avatar_url":"https://github.com/grovertb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://ui.krowdy.com/\" rel=\"noopener\" target=\"_blank\"\u003e\u003cimg width=\"150\" src=\"https://s3.amazonaws.com/cdn.krowdy.com/media/images/krowdy-home.svg\" alt=\"Krowdy-UI logo\"\u003e\u003c/a\u003e\u003c/p\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eKrowdy-UI\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[React](https://reactjs.org/) components that implement [Google's Material Design](https://material.io/design/introduction/).\n\n[![npm package](https://img.shields.io/npm/v/@krowdy-ui/core/latest.svg?color=%231890ff\u0026label=%40krowdy-ui%2Fcore@latest)](https://www.npmjs.com/package/@krowdy-ui/core)\n[![npm downloads](https://img.shields.io/npm/dm/@krowdy-ui/core.svg)](https://www.npmjs.com/package/@krowdy-ui/core)\n[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3444/badge?q=1)](https://bestpractices.coreinfrastructure.org/projects/3444?q=1)\n![Code style](https://img.shields.io/badge/code_style-eslint-4b32c3.svg)\n[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/grovertb/krowdy-ui.svg)](https://isitmaintained.com/project/grovertb/krowdy-ui \"Average time to resolve an issue\")\n\n\u003c/div\u003e\n\n##### This project based on [Material-UI](https://material-ui.com)\n\n## Installation\n\nKrowyd-UI is available as an [npm package](https://www.npmjs.com/package/@krowdy-ui/core).\n\n**[Web site](https://ui.krowdy.com/)**\n```sh\n// with npm\nnpm install @krowdy-ui/core\n\n// with yarn\nyarn add @krowdy-ui/core\n```\n\nPlease note that `@next` will only point to pre-releases; to get the latest stable release use `@latest` instead.\n\n## Usage\n\nHere is a quick example to get you started, **it's all you need**:\n\n```jsx\nimport React from 'react';\nimport ReactDOM from 'react-dom';\nimport { ThemeProvider } from '@krowdy-ui/styles';\nimport { Button, createMuiTheme, krowdyTheme } from '@krowdy-ui/core';\n\n\nfunction App() {\n  return (\n    \u003cThemeProvider theme={createMuiTheme(krowdyTheme)}\u003e\n      \u003cButton variant=\"contained\" color=\"krowdy\"\u003e\n        Hello World\n      \u003c/Button\u003e\n    \u003c/ThemeProvider\u003e\n  );\n}\n\nReactDOM.render(\u003cApp /\u003e, document.querySelector('#app'));\n```\n\nYes, it's really all you need to get started as you can see in this live and interactive demo:\n\n[![Edit Button](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/usage-h8tv4)\n\n## Questions\n\nFor *how-to* questions and other non-issues,\nplease use [StackOverflow](https://stackoverflow.com/questions/tagged/krowdy-ui) instead of Github issues.\nThere is a StackOverflow tag called \"krowdy-ui\" that you can use to tag your questions.\n\n## Examples\n\nAre you looking for an example project to get started?\n[We host some](https://ui.krowdy.com/getting-started/example-projects).\n\n## Documentation\n\nCheck out our [documentation website](https://ui.krowdy.com).\n\n## Changelog\n\nRecently Updated?\nPlease read the [changelog](https://github.com/grovertb/krowdy-ui/releases).\n\n## Contributing\n\nRead our [contributing guide](/CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Krowdy-UI.\n\n## License\n\nThis project is licensed under the terms of the\n[MIT license](/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrovertb%2Fkrowdy-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrovertb%2Fkrowdy-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrovertb%2Fkrowdy-ui/lists"}