techdivision/card-materialize

Last activity 05 Oct 2019 92
composer require techdivision/card-materialize

Adds materialize-css styling to Card, Card.Deck and Card.Shuffle. Serves as best-practice for your own card-styling.

v1.0.0

Version
v1.0.0
Type
neos-package
Release Date
Oct 04, 2019 10:43
Source
git
Distribution
zip
GPL-3.0-or-later
  • #card
  • #neos
  • #teaser
  • #materialize-css
  • #nodetypes
26fecad6d8b5b5f6d23cbb3603e51b3a04a74532

Welcome to the Card family!

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

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.

Applying inline style

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!

The content of the readme is provided by Github
The same vendor provides 15 package(s).