{"id":13437495,"url":"https://github.com/akiran/react-foundation-apps","last_synced_at":"2025-04-06T03:05:19.175Z","repository":{"id":23264209,"uuid":"26622590","full_name":"akiran/react-foundation-apps","owner":"akiran","description":"Foundation Apps components built with React","archived":false,"fork":false,"pushed_at":"2018-01-03T23:49:47.000Z","size":2219,"stargazers_count":293,"open_issues_count":24,"forks_count":46,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-30T02:03:37.542Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://webrafter.com/opensource/react-foundation-apps","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/akiran.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}},"created_at":"2014-11-14T04:42:22.000Z","updated_at":"2025-03-21T11:05:27.000Z","dependencies_parsed_at":"2022-07-22T04:02:10.173Z","dependency_job_id":null,"html_url":"https://github.com/akiran/react-foundation-apps","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akiran%2Freact-foundation-apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akiran%2Freact-foundation-apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akiran%2Freact-foundation-apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akiran%2Freact-foundation-apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akiran","download_url":"https://codeload.github.com/akiran/react-foundation-apps/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247427005,"owners_count":20937200,"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-07-31T03:00:57.690Z","updated_at":"2025-04-06T03:05:19.153Z","avatar_url":"https://github.com/akiran.png","language":"JavaScript","funding_links":[],"categories":["Uncategorized","UI Frameworks","Cases"],"sub_categories":["Uncategorized","Responsive"],"readme":"\u003e React Foundation Apps is a react port of Foundation Apps\n\nFoundation Apps is a new framework for building web apps. It has awesome new features like \nflexbox based grid, motion-ui, and several core components for building web apps.\nBut, javascript components of foundation-apps are built with angular.\n\nTry React Foundation Apps, if you want to use react.\n\nReact Foundation Apps lets you avail the benefits of both React and Foundation Apps.\n\nCheckout [documentation](http://webrafter.com/opensource/react-foundation-apps) \n\n### Installation\n\n```bash\n  npm install react-foundation-apps\n```\nDon't forget to install foundation-apps for css components\n```bash\n  bower install foundation-apps\n```\n\n### Usage\n\nCurrently, built tools like browserify or webpack are required for using react-foundation-apps.\n\nAll the components are in react-foundation-apps/lib.\nYou can import the required components like so\n\n```javascript\nvar Accordion = require('react-foundation-apps/lib/accordion');\n```\n\n### Example\n\n```javascript\nvar React = require('react');\nvar Accordion = require('react-foundation-apps/lib/accordion');\n\nvar SampleAccordion = React.createClass({\n  render: function () {\n    return (\n      \u003cAccordion\u003e\n        \u003cAccordion.Item title='First item title'\u003e\n           First item content\n        \u003c/Accordion.Item\u003e\n        \u003cAccordion.Item title='Second item title'\u003e\n          Second item content\n        \u003c/Accordion.Item\u003e\n        \u003cAccordion.Item title='Third item title'\u003e\n          Third item content\n        \u003c/Accordion.Item\u003e\n      \u003c/Accordion\u003e\n    );\n  }\n});\n\nmodule.exports = SampleAccordion;\n\n```\n\n### Sponsors\nIf your company likes to sponsor this project, contact me. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakiran%2Freact-foundation-apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakiran%2Freact-foundation-apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakiran%2Freact-foundation-apps/lists"}