Skip to content

ryanmohamed/card-spread-component-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Card Spread Component

Demo Image


Component driven development process. UX/UI designed card spread. Customizable CSS and component children & prop friendly.


Create a stack with <Stack>...</Stack>


Insert 4 cards like

<Stack>
  <Card />
  <Card />
  <Card />
  <Card />
</Stack>

4 cards are styled by default, alter Stack.module.css to your needs.