{"id":19905166,"url":"https://github.com/ossphilippines/frui","last_synced_at":"2025-05-03T01:33:40.109Z","repository":{"id":173707728,"uuid":"651141515","full_name":"OSSPhilippines/frui","owner":"OSSPhilippines","description":"Typescript React UI","archived":false,"fork":false,"pushed_at":"2024-04-28T13:53:06.000Z","size":2373,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-06T06:43:42.627Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/OSSPhilippines.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-06-08T15:29:09.000Z","updated_at":"2024-05-20T13:56:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"13837c17-0a49-40b3-be34-1a6d9db47e8a","html_url":"https://github.com/OSSPhilippines/frui","commit_stats":null,"previous_names":["cblanquera/frui","ossphilippines/frui"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSSPhilippines%2Ffrui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSSPhilippines%2Ffrui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSSPhilippines%2Ffrui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSSPhilippines%2Ffrui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OSSPhilippines","download_url":"https://codeload.github.com/OSSPhilippines/frui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224346408,"owners_count":17296212,"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-12T20:31:50.522Z","updated_at":"2024-11-12T20:32:39.999Z","avatar_url":"https://github.com/OSSPhilippines.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://frui.js.org/frui-icon.png\" width=\"100\" /\u003e\n  \u003ch1\u003eFree React UI (FRUI)\u003c/h1\u003e\n  \u003ca href=\"https://www.npmjs.com/package/frui\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/frui.svg?style=flat\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/OSSPhilippines/frui/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-blue\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/OSSPhilippines/frui/commits/main/\"\u003e\u003cimg src=\"https://img.shields.io/github/last-commit/OSSPhilippines/frui\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/OSSPhilippines/frui/blob/main/README.md#contributing\"\u003e\u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg\" /\u003e\u003c/a\u003e\n  \u003cbr /\u003e\n  \u003cbr /\u003e\n  \u003ca href=\"https://frui.js.org/\"\u003eDocumentation\u003c/a\u003e\n  \u003cbr /\u003e\n  \u003chr /\u003e\n\u003c/div\u003e\n\n## JUST REACT COMPONENTS\n\nNo layouts, no grids, no themes, no style engine, no design system. \nFRUI offers a comprehensive suite of free react components to use \nwithout the commitments. Checkout the [Examples](https://ossphilippines.github.io/frui)\n\n## Install\n\n```bash\n$ npm install frui\n```\n\n## Contributing\n\nThanks for being an awesome developer! We are always looking for \ncontributors and sponsors. If your interested, \n[contact us](https://github.com/OSSPhilippines) so we can discuss. \nClone this repo and run the following commands in the project folder.\n\n```js\n$ yarn\n$ yarn build\n$ yarn dev\n```\n\nPlease follow the steps below to properly contribute to this repository.\n\n\u003e Do not commit code that is not related to a GitHub issue!\n\n\u003e Please tag all your commits with `[type]/[issue#]`.\n\n\u003e Please include the time it took per commit. ie. `1s` or `1h`.\n\n 1. Per issue on Github, you should create a branch. example: `[type]/[issue#]`\n    - Per feature you should create a feature branch. ie. `feature/1001`.\n    - Per bug you should create a fix branch. ie. `fix/1002`.\n    - Per task you should create a task branch. ie. `task/1003`\n 2. Commits need to reference the issue that is being worked on. example: `updated copy #1004` or `fixes #1005`\n    - It's also good to to add the amount of time to your commit message. example: `fixed button #1006 30m` or `built awsome feature #1007 16h`\n 3. When you are finished with your branch, you should create a pull request back to the `main` branch.\n    - Assign another developer to review your code. \n    - All contributors are expected to both write and review code. \n    - Ask [Dev lead](https://github.com/cblanquera) for assignments.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fossphilippines%2Ffrui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fossphilippines%2Ffrui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fossphilippines%2Ffrui/lists"}