{"id":13422361,"url":"https://github.com/DesignRevision/shards-react","last_synced_at":"2025-03-15T12:30:39.590Z","repository":{"id":33886853,"uuid":"163322166","full_name":"DesignRevision/shards-react","owner":"DesignRevision","description":"⚛️A beautiful and modern React design system.","archived":false,"fork":false,"pushed_at":"2023-01-03T15:46:33.000Z","size":605,"stargazers_count":764,"open_issues_count":49,"forks_count":97,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-13T08:08:55.852Z","etag":null,"topics":["bootstrap","components","design-system","react","ui","uikit"],"latest_commit_sha":null,"homepage":"https://designrevision.com/downloads/shards-react/","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/DesignRevision.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-27T17:50:22.000Z","updated_at":"2025-01-25T02:47:10.000Z","dependencies_parsed_at":"2023-01-15T03:10:04.276Z","dependency_job_id":null,"html_url":"https://github.com/DesignRevision/shards-react","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesignRevision%2Fshards-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesignRevision%2Fshards-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesignRevision%2Fshards-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesignRevision%2Fshards-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DesignRevision","download_url":"https://codeload.github.com/DesignRevision/shards-react/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243730940,"owners_count":20338742,"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":["bootstrap","components","design-system","react","ui","uikit"],"created_at":"2024-07-30T23:00:42.680Z","updated_at":"2025-03-15T12:30:39.114Z","avatar_url":"https://github.com/DesignRevision.png","language":"JavaScript","readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"logo.jpg\" width=\"230\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\nShards React is a free, beautiful and modern React UI kit \u003cbr /\u003e based on \u003ca href=\"https://github.com/designrevision/shards-ui\"\u003eShards\u003c/a\u003e.\n\u003c/p\u003e\n\n\u003cbr /\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-MIT-brightgreen.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/designrevision\"\u003e\n    \u003cimg src=\"https://img.shields.io/twitter/follow/DesignRevision.svg?style=social\u0026label=Follow\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr /\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://designrevision.com/docs/shards-react/\"\u003e\u003cstrong\u003eDocumentation \u0026 Demo\u003c/strong\u003e\u003c/a\u003e •\n  \u003ca href=\"https://designrevision.com/downloads/shards-react/\"\u003e\u003cstrong\u003eOfficial Page\u003c/strong\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n### Getting Started\n\nGetting started with Shards React is fairly simple. You can download Shards React via the official website, here on GitHub as a release package or by using a package manager such as Yarn or NPM.\n\n* [Official Website](https://designrevision.com/downloads/shards-react)\n* [Release Package](https://github.com/DesignRevision/shards-react/releases)\n\n\u003cbr /\u003e\n\n### Quick Start\n\nYou can install Shards React via Yarn or NPM.\n\n```bash\n# Yarn\nyarn add shards-react\n\n# NPM\nnpm i shards-react\n```\n\n\u003cbr /\u003e\n\n### Module Bundlers\n\nIf you are using a module bundler such as [Webpack](https://webpack.js.org/) or [Rollup](https://rollupjs.org/), you can import components as follows:\n\n```javascript\nimport { Alert } from \"shards-react\";\n\nimport \"bootstrap/dist/css/bootstrap.min.css\";\nimport \"shards-ui/dist/css/shards.min.css\"\n\n// ...\n```\n\n\u003cbr /\u003e\n\n### Built Using\n\n* [Shards UI Kit](https://designrevision.com/downloads/shards/)\n* [React Datepicker](https://reactdatepicker.com/)\n* [React Popper](https://github.com/FezVrasta/react-popper)\n* [noUiSlider by Léon Gersen (WTFPL License)](https://refreshless.com/nouislider/download/)\n\n\u003cbr /\u003e\n\n### Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n\u003cbr /\u003e\n\n### Roadmap\n\n[View the roadmap.](http://designrevision.com/docs/shards-react/roadmap)\n\n\u003cbr /\u003e\n\n### Changelog\n\n[View notable changes.](CHANGELOG.md)\n","funding_links":[],"categories":["UI Frameworks","JavaScript"],"sub_categories":["Component Collections"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDesignRevision%2Fshards-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDesignRevision%2Fshards-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDesignRevision%2Fshards-react/lists"}