Skip to content
/ card-list Public template

card-list component: a wrapper component for holding cards.

Notifications You must be signed in to change notification settings

XYZ-Components/card-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CardList

Card Gif

A basic card-list component.

Example Usage

To use, simply copy the component files into your own component directory within a React project. To reposition the component, remove the atom styles for the container in css, this will automatically add the hamburger to the top-right.

Import the component into your App.js:

        import { AtomicHamburger } from './components/animated-atom/animated-atom.component';

And render the component in your render function via the tag.

Goes Well With

Please Note

My components assume you are following CSS best practices. As such, it is assumed your default font-size is set in your html tags as 10px. All calculations are done on this basis to make scaling simpler using rem.

About

card-list component: a wrapper component for holding cards.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published