moonspot/material-components

Library of HTML components styled with Materialize

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 2

pkg:composer/moonspot/material-components

1.0.0 2025-11-09 06:22 UTC

README

Materialize components implemented as PHP view helpers.

Requirements

To use these components, include the following in the <head> of the HTML.

<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<!-- Material Icons -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>

Documentation

Testing

Run the full suite:

composer test