Tronic247 Material
Components

Getting started

Adding to your project

If you need a local copy of the framework, you can download the zip folder by clicking the button below. Download

The zip file you downloaded contains these files:

dist/ <Compiled files>
src/ <Source files>
Note that the font Roboto and Material Design Icons should be imported manually.
Roboto Font Material Design Icons

Installing from a CDN

if you want to use a CDN, see below.

Material Design icons

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@6.5.95/css/materialdesignicons.min.css">

Framework

<link href="https://cdn.jsdelivr.net/gh/tronic247/material/dist/material.min.css" rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/gh/tronic247/material/dist/material.min.js"></script>

CodePen Template

If you want to test the framework on CodePen, you can use the following template:
Open