contao-themes-net/material-icons-inserttag

Material Icons Inserttag Bundle for Contao 4

Fund package maintenance!
Patreon
Corporate

Installs: 12 824

Dependents: 1

Suggesters: 0

Security: 0

Stars: 4

Watchers: 4

Forks: 0

Open Issues: 0

Type:contao-bundle

1.2.0 2022-10-08 20:02 UTC

This package is auto-updated.

Last update: 2024-03-08 23:19:28 UTC


README

This extension provide one insert tag for creating Material Icons in Contao CMS.

Insert Tag

Use the mi prefix for the insert tag. Replace the name after :: with the material icon name, e.g. check.

{{mi::check}}

You can change the size of the icon if you insert the classes after the second ::. Possible classes are: tiny, small, medium and large.

{{mi::check::large}}

You can define more classes, e.g. for font and background color. For the color classes you must include the Materialize Framework. Here you can find all materialize colors.

{{mi::check::large white-text red}}