contao-themes-net/material-icons-inserttag

Material Icons Inserttag Bundle for Contao 4

Maintainers

Package info

github.com/contao-themes-net/material-icons-inserttag

Type:contao-bundle

pkg:composer/contao-themes-net/material-icons-inserttag

Fund package maintenance!

Patreon

Corporate

Statistics

Installs: 16 775

Dependents: 1

Suggesters: 0

Stars: 4

Open Issues: 0

1.2.1 2024-11-06 13:35 UTC

This package is auto-updated.

Last update: 2026-03-06 16:59:36 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}}