{"id":19445526,"url":"https://github.com/primefaces/primereact-tailwind","last_synced_at":"2025-04-25T01:31:23.686Z","repository":{"id":220529759,"uuid":"751820590","full_name":"primefaces/primereact-tailwind","owner":"primefaces","description":"PrimeReact Components Styled with Tailwind CSS","archived":false,"fork":false,"pushed_at":"2024-02-14T09:59:25.000Z","size":576,"stargazers_count":10,"open_issues_count":1,"forks_count":2,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-03T14:39:19.350Z","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/primefaces.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2024-02-02T11:59:04.000Z","updated_at":"2025-02-28T16:03:54.000Z","dependencies_parsed_at":"2024-02-02T15:45:22.493Z","dependency_job_id":"950eb1c6-7d46-4042-9f73-02dc4db6e8b1","html_url":"https://github.com/primefaces/primereact-tailwind","commit_stats":null,"previous_names":["primefaces/primereact-tailwind"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primefaces%2Fprimereact-tailwind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primefaces%2Fprimereact-tailwind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primefaces%2Fprimereact-tailwind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primefaces%2Fprimereact-tailwind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/primefaces","download_url":"https://codeload.github.com/primefaces/primereact-tailwind/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250737960,"owners_count":21479112,"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":"2024-11-10T16:11:01.277Z","updated_at":"2025-04-25T01:31:22.942Z","avatar_url":"https://github.com/primefaces.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![npm version](https://badge.fury.io/js/primereact.svg)](https://badge.fury.io/js/primereact)\n[![primereact](https://snyk.io/advisor/npm-package/primereact/badge.svg)](https://snyk.io/advisor/npm-package/primereact)\n[![Actions CI](https://github.com/primefaces/primereact/workflows/NodeJS%20CI/badge.svg)](https://github.com/primefaces/primereact/actions/workflows/node.js.yml)\n[![Discord Chat](https://img.shields.io/discord/557940238991753223.svg?color=7289da\u0026label=chat\u0026logo=discord)](https://discord.gg/gzKFYnpmCY)\n[![Stackoverflow](https://img.shields.io/badge/StackOverflow-primereact-chocolate.svg)](https://stackoverflow.com/questions/tagged/primereact)\n[![Prime Discussions](https://img.shields.io/github/discussions-search?query=org%3Aprimefaces\u0026logo=github\u0026label=Prime%20Discussions\u0026link=https%3A%2F%2Fgithub.com%2Forgs%2Fprimefaces%2Fdiscussions)](https://github.com/orgs/primefaces/discussions)\n\n[![PrimeReact Hero](https://www.primefaces.org/static/social/primereact-preview.jpg)](https://www.primereact.org)\n\n# PrimeReact\n\nPrimeReact is a rich set of open source UI Components for React. See [PrimeReact homepage](https://primereact.org/) for live showcase and documentation.\n\n## Download\n\nPrimeReact is available at [npm](https://www.npmjs.com/package/primereact).\n\n```\n# Using npm\nnpm install primereact\n\n# Using yarn\nyarn add primereact\n\n# Using pnpm\npnpm add primereact\n```\n\n## Import\n\nEach component can be imported individually so that you only bundle what you use. Import path is available in the documentation of the corresponding component.\n\n```javascript\n//import { ComponentName } from 'primereact/{componentname}';\nimport { Button } from 'primereact/button';\n\nexport default function MyComponent() {\n    return \u003cButton label=\"PrimeReact\" /\u003e;\n}\n```\n\n## Theming\n\nPrimeReact has two theming has modes; styled or unstyled.\n\n**Styled Mode**\n\nStyled mode is based on pre-skinned components with opinionated themes like Material, Bootstrap or PrimeOne themes. Theme is the required css file to be imported, visit the [Themes](https://primereact.org/theming) section for the complete list of available themes to choose from.\n\n```javascript\n// theme\nimport 'primereact/resources/themes/lara-light-cyan/theme.css';\n```\n\n**Unstyled Mode**\n\nUnstyled mode is disabled by default for all components. Using the PrimeReact context, set `unstyled` as true to enable it globally. Visit the [Unstyled mode](https://primereact.org/unstyled) documentation for more information and examples.\n\n## Contributors\n\n\u003ca href=\"https://github.com/primefaces/primereact/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=primefaces/primereact\" /\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprimefaces%2Fprimereact-tailwind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprimefaces%2Fprimereact-tailwind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprimefaces%2Fprimereact-tailwind/lists"}