Available Card Packages
Card - the basics
Card decks - aggregate cards beautifully
Card shuffle - deck filtering
Bootstrap 4 styling for cards
Materialize styling for cards
Use this package if you
- want cards and decks
- know how to apply css classes and styling on your own
TechDivision.Card.Decks raises the reusability and offers various options to organize your cards
This package brings three document decks (automatic) and one content card deck (manual) who allows you to aggregate cards beautifully. Some minimal styling is added, so that you can use it out of the box.
Insert document or content cards to create your own individual deck
Select a parent node and the deck will render its direct child documents.
Select one or more specific NodeTypes and the deck will render each of those nodes.
Comes in handy for things like JobPostings etc.
Select desired document nodes to be displayed as cards.
TechDivision.Card.Decks is available via packagist. Add "techdivision/card-decks" : "~1.0"
to the require section of the composer.json
or run composer require techdivision/card-decks
.
This package also installs TechDivision.Card
TechDivision.Card.Decks runs out of the box.
In order to remove the default stylesheet, please do the following:
prototype(Neos.Neos:Page) {
head.stylesheets.cardGrid >
}
We will be happy to receive pull requests - dont hesitate!