techdivision / card-materialize
Adds materialize-css styling to Card, Card.Deck and Card.Shuffle. Serves as best-practice for your own card-styling.
Installs: 92
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 16
Forks: 0
Open Issues: 0
Language:CSS
Type:neos-package
Requires
- techdivision/card-shuffle: ^1.0.0
This package is auto-updated.
Last update: 2024-11-06 03:23:59 UTC
README
Available Card Packages
Card - the basics
Card decks - aggregate cards beautifully
Card shuffle - deck filtering
Bootstrap 4 styling for cards
Materialize styling for cards
TechDivision.Card.Materialize - cards with style!
Use this package if you
- want a ready-styled card, deck and filter layout with materialize styles
You can use materialize styles also if you dont use material design. We included a small stylesheet for you that hopefully doesnt interfere with your styles.
Installation
TechDivision.Card.Materialize is available via packagist. Add "techdivision/card-materialize" : "~1.0"
to the require section of the composer.json
or run composer require techdivision/card-materialize
.
This package also installs TechDivision.Card, TechDivision.Card.Decks, TechDivision.Card.Shuffle and Sitegeist.Taxonomy.
Configuration
TechDivision.Card.Materialize runs out of the box.
In order to remove the materialize stylesheet and javascript, please do the following:
prototype(Neos.Neos:Page) {
head.stylesheets.cardStyleSheetMaterialize >
body.javascripts.materializeScript >
body.javascripts.materializeInitScript >
}
Contribution
We will be happy to receive pull requests - dont hesitate!