/flexbox-panel-gallery-react

REACT + FLEXBOX: Create one or more panels galleries(collection) choosing orientation for them, and they will be responsive.

Primary LanguageJavaScript

Flex-Box Panel Gallery with React

You can create one or more panels galleries(colection) chosing orientation for them, they are completely responsive. Every panel has middle Text(always visible) and top text and bottom text, that are visible when the panel is open.

Components:

1. Panel:

PROPS:

  • className
  • topText
  • middleText
  • bottomText

2. Panels

PROPS:

  • horizontal (by default has vertical orientation)
  • colection

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm run start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run test

Launches the test runner in the interactive watch mode.
All the tests were done with Enzyme.