“Book Card” Component
Design: zeplin.
Book Chapter Card
The book chapter card is similar to the article card, except the image shown is of the book’s cover. At the bottom of the card, instead of the share count and time, the words “Book chapter” are shown. Book chapter card is also has 2 types, big and small.
Interaction Design - brief intro
Interaction Design - brief intro
The aim of the following chapter is to provide an introductory overview of the concept and the field of interaction desi
Book chapter
Human Computer Interaction - brief intro
Human Computer Interaction - brief intro
Human-computer interaction (HCI) is an area of research and practice that emerged in the early 1980s, initially as a spe
Book chapter
User Experience and Experience Design
User Experience and Experience Design
I open my eyes. Lush light floods the room, birds chatter. It is only 6:30 o'clock in the morning, but I feel well-reste
Book chapter
Social Computing
Social Computing
As humans we are fundamentally social creatures. For most people an ordinary day is filled with social interaction. We c
Book chapter
Human Computer Interaction - brief intro
Human Computer Interaction - brief intro
Human-computer interaction (HCI) is an area of research and practice that emerged in the early 1980s, initially as a spe
Book chapter
Usage
@include('components.cards.bookChapter', ['chapter' => $bookChapter])
@include('components.cards.bookChapter', ['chapter' => $bookChapter, 'large' => true])
Props
-
chapter (required)App\Modules\Publication\Models\BookChapter
BookChapter instance to display.
-
largebool
Becomes large card if true is passed.
Default Value:
false
Book Card
Book cards are similar to book chapter cards, but they represent the entire book as opposed to a single chapter. Book cards only have one size on all viewports.
Bringing Numbers to Life
Bringing Numbers to Life
by John Armitage
The Social Design of Technical Systems: Building technologies for communities. 2nd Edition
The Social Design of Technical Systems: Building technologies for communities. 2nd Edition
by Adnan Ahmad and Brian Whitworth
Gamification at Work: Designing Engaging Business Software
Gamification at Work: Designing Engaging Business Software
by Mario Herger and Janaki Kumar
The Encyclopedia of Human-Computer Interaction, 2nd Ed.
The Encyclopedia of Human-Computer Interaction, 2nd Ed.
by Rikke Friis Dam and Mads Soegaard
Usage
@include('components.cards.book', ['book' => $book])
Props
-
book (required)App\Modules\Publication\Models\Book
Book instance to display.