Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add Material Icons link and update version in the CDN example on Getting Started page #29

Open
pgoldtho opened this issue Mar 2, 2025 · 0 comments

Comments

@pgoldtho
Copy link

pgoldtho commented Mar 2, 2025

The getting started CDN example is currently broken. The links to version 2.2.0 return a 404 and is missing a link to download material icons. Here's what I used to get it working:

    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@materializecss/materialize@2.2.1/dist/css/materialize.min.css">
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
    <script src="https://cdn.jsdelivr.net/npm/@materializecss/materialize@2.2.1/dist/js/materialize.min.js"></script>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant