Task #2

git checkout 02-component
jspm install
npm run dev

Create a component that renders a media object

  • Should be made up of separate components:

    • <ProfileImage />

    • <Card />

  • Content for the <Card></Card> should be provided as children

Last updated