npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

material-drawn

v1.1.2

Published

Materialize Admin Dashboard Template

Downloads

14

Readme

Welcome to Material Drawn !

A Materialize CSS framework based admin dashboard Documentation Status

Material Drawn is a free Materialize Admin with a fresh design inspired by Google's Material Design and Pixinvent theme. We are very excited to introduce our material concepts through an easy to use and beautiful set of components. Material Drawn was built over the popular materialize framework and it comes with a couple of third-party plugins ( amcharts, datatables ) redesigned to fit in with the rest of the elements.

Material Dashboard comes with 6 color theme choices for any component as background

  1. lavender
  2. forestgreen
  3. midnightblue
  4. teal
  5. blood
  6. girl

with a background image on the sidebar for each color. You can also create a theme colour of your own just be ready with your colour along with its lighter shade and an image matching it. We are very excited to share this dashboard with you and we look forward to hearing your feedback !

For adding your custom theme colour or any other feedback mail me [email protected] .

You can find the Github Repo for Material Drawn here.

Files

Distribution Folder CSS files

all framework distribution css are in:

dist/theme.min.css

index page css is in:

dist/Style.css

For the custom css written by jquery for theme changing

<style type="text/css" id="page"></style>
<style type="text/css" id="material-custom"></style>
<style type="text/css" id="custom"></style>

login page css is in:

dist/LoginStyle.css

register page css is in:

dist/RegisterStyle.css

JS files all framework distribution JS are in:

dist/app.min.js
dist/app2.min.js
dist/app3.min.js

my plugin js with theme changer and all init for index.html is in:

dist/myplugin.js

my plugin js with theme changer and all init for index.html is in:

dist/loginplugin.js

Installation

CSS installation for index page

<link rel="stylesheet" href="dist/theme.min.css">
<link rel="stylesheet" href="dist/Style.css">
<style type="text/css" id="page"></style>
<style type="text/css" id="material-custom"></style>
<style type="text/css" id="custom"></style>

CSS installation for Login page

<link rel="stylesheet" href="dist/theme.min.css">
<link rel="stylesheet" href="dist/LoginStyle.css">
<style type="text/css" id="material-custom"></style>
<style type="text/css" id="custom"></style>

CSS installation for Register page

<link rel="stylesheet" href="dist/theme.min.css">
<link rel="stylesheet" href="dist/RegisterStyle.css">
<style type="text/css" id="material-custom"></style>
<style type="text/css" id="custom"></style>

JS installation for index page

<script src="dist/app.min.js"></script>
<script src="dist/app2.min.js"></script>
<script src="dist/app3.min.js"></script>
<script src="dist/myplugin.js"></script>

JS installation for Login page

<script src="dist/app.min.js"></script>
<script src="dist/app2.min.js"></script>
<script src="dist/app3.min.js"></script>
<script src="dist/LoginStyle.css"></script>

JS installation for Register page

<script src="dist/app.min.js"></script>
<script src="dist/app2.min.js"></script>
<script src="dist/app3.min.js"></script>
<script src="dist/registerplugin.js"></script>

After completing the procedure of installation open the index.html in your browser for the demo dashboard ,update it and have fun using it.

basic demo of Material Drawn.

Coming Soon

  • UI components
  • JS components
  • Few custom components recommended by my fans

Notice

New features added like Profile (timeline and setting) , Chating and many more. Until i complete all components you can directly write components from Materialize.css. Please support my work , star and watch my repo and follow me on github for all upcoming updates in MaterialDrawn and other future projects.