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, decks and filtering
- know how to apply css classes and styling on your own
Shuffle enables dynamic filtering of your card decks.
With the powerful sitegeist/taxonomy package you can add tags to your cards.
Some minimal styling is added, so that you can use it out of the box.
This package brings only some tiny options that enable filtering
In order to add new tags, you first have to create new vocabularies and taxonomies
TechDivision.Card.Shuffle is available via packagist. Add "techdivision/card-shuffle" : "~1.0"
to the require section of the composer.json
or run composer require techdivision/card-shuffle
.
This package also installs TechDivision.Card, TechDivision.Card.Decks and Sitegeist.Taxonomy.
TechDivision.Card.Shuffle runs out of the box.
In order to remove the default stylesheet, please do the following:
prototype(Neos.Neos:Page) {
head.stylesheets.shuffle >
}
Now you can add your own styles.
We will be happy to receive pull requests - dont hesitate!