简体   繁体   中英

How can I use material graphic elements in a html static page?

I'm developing a static website which will be saved in CDs and USB sticks. It is a manual of a product.

I would to use a graphic framework as onsen ui, but I like material ui more.

I want to use only material ui to create html elements (cards, listtiles, etc...), and all the website will work offline.

Is it possible? How?

If you look at https://material.io/develop/web you'll see thatMaterial Components Web is there.

Material Components for the web is the successor to Material Design Lite. In addition to implementing the Material Design guidelines, it provides more flexible theming customization, not only in terms of color, but also typography, shape, states, and more. It is also specifically architected for adaptability to various major web frameworks.

You need to check out Materialize CSS . It is CSS + JavaScript library based on Material UI created by Google. It has lots of per-build components Buttons, Badges, Cards, Navbar, Pagination, Floating Action Button. Along with that many per-build CSS classes are provided which you can use to follow Material standards without going into details. Furthermore, you can also visit JavaTpoint which also provides good tutorials on Materialize CSS.

Materialize CSS provides icons as CSS but if you want to download Material Icons as images(raster PNGs or vector SVGs) visit Material.IO

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM