Skip to content

Repository files navigation

React Foundation Apps is a react port of Foundation Apps

Foundation Apps is a new framework for building web apps. It has awesome new features like flexbox based grid, motion-ui, and several core components for building web apps. But, javascript components of foundation-apps are built with angular.

Try React Foundation Apps, if you want to use react.

React Foundation Apps lets you avail the benefits of both React and Foundation Apps.

Checkout documentation

Installation

 npm install react-foundation-apps

Don't forget to install foundation-apps for css components

 bower install foundation-apps

Usage

Currently, built tools like browserify or webpack are required for using react-foundation-apps.

All the components are in react-foundation-apps/lib. You can import the required components like so

varAccordion=require('react-foundation-apps/lib/accordion');

Example

varReact=require('react');varAccordion=require('react-foundation-apps/lib/accordion');varSampleAccordion=React.createClass({render: function(){return(<Accordion><Accordion.Itemtitle='First item title'>
First item content
</Accordion.Item><Accordion.Itemtitle='Second item title'>
Second item content
</Accordion.Item><Accordion.Itemtitle='Third item title'>
Third item content
</Accordion.Item></Accordion>);}});module.exports=SampleAccordion;

Sponsors

If your company likes to sponsor this project, contact me.

About

Foundation Apps components built with React

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages