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-ui-kit

v1.1.0

Published

Material Kit - FREE BOOTSTRAP MATERIAL DESIGN UI KIT

Downloads

70

Readme

Material Kit - Free Bootstrap UI Kit

alt text

Material Kit is a Free Bootstrap UI Kit with a fresh, new design inspired by Google's material design. You asked for it, so we built it. It's a great pleasure to introduce to you the material concepts in an easy to use and beautiful set of components. Along with the restyling of the Bootstrap elements, you will find three fully-coded example pages, to help you design your next project.

Material Kit makes use of light, surface and movement. It uses a deliberate color choice, edge-to-edge imagery and large scale typography. The general layout resembles sheets of paper following multiple different layers, so that the depth and order is obvious. The navigation stays mainly on the left and the actions on the right.

This new design has elements that have been the result of research regarding ink and paper and the way objects and materials interact in real life. The result is a beautiful and consistent set of elements that can get you started with your next project. Material Kit is a great tool if you are looking to create a web presence for your Android application and need to be consistent, leaving the impression of visually similar elements. It is also a great resource in its own right, looking gorgeous and helping you build your web pages.

Material Kit is based on the Github Repo from Fez (http://fezvrasta.github.io/bootstrap-material-design/) who did an amazing job creating the backbone for the material effects, animations and transitions. Big thanks to his team for their forward thinking efforts.

Links:

Quick start

Quick start options:

What's included

Within the download you'll find the following directories and files:

x_mk/
├── assets/
|   ├── css/
|   |   ├── bootstrap.min.css
|   |   ├── material-kit.css
|   |   └── demo.css
|   ├── js/
|   |   ├── bootstrap-datepicker.js
|   |   ├── bootstrap.min.js
|   |   ├── jquery.min.js
|   |   ├── material-kit.js
|   |   ├── material.min.js
|   |   └── nouislider.min.js
|   ├── sass/
|   |    ├── material-kit
|   |    └── material-kit.scss
|   └── img/
|
├── changelog.txt
├── examples/
├── components-documentation.html
├── Creative Tim License.pdf
├── index.html
├── template.html
└── tutorial.html

Version logs

V1.0 - 15 March 2016 initial release

  • V1.0.1, 21 June 2016 - Bugfixing
  • fixed sidebar in documentation
  • fixed checkboxes and radios on Firefox
  • fixed Dropdown in Navbars for mobile
  • fixed broken link in documentation

IMPORTANT! Before upgrading from V1.0/V1.0.1 to V1.1.0, please read all the change long and then follow the instructions for the upgrade.

  • V1.1.0, 11 July 2016 - Minor Updates and Bug Fixes
  • Added colored shadows under the Buttons, Pagination & Nav Pills
  • Removed ".btn-raised" class and made the raised button default (too many persons are using the .btn-raised as the default state so let's keep it simple and with less classes). Find more details in on the Upgrading Info below.
  • Added ".btn-simple" class instead of the default link like buttons. Find more details in on the Upgrading Info below.
  • Added a new color for buttons: White, you can use it with ".btn-white"
  • Change the structure of _buttons.scss and made it more easy to be customized
  • Added subtile animation on Tooltips
  • Removed Glyphicons from bootstrap.min.css
  • Update Bootstrap to v3.3.6
  • Change structure of the "Feature with Icon and Title" to "Info Area with Icon and Title" to keep classes consistency with the PRO version. Find more details in on the Upgrading Info below.
  • Update Font Awesome to the latest Version
  • Added animations and transitions vendor prefixes for old browsers on Checkboxes and Radios

UPGRADING V1.0/V1.0.1 to V1.1.0

  1. Buttons: Please remove all the "btn-raised" classes from all the buttons. Now all the buttons have the "Raised" style on the default state. If you want to use the buttons without that style, like the old "Default" state from the V1.0 please add the class "btn-simple" to those buttons.

  2. Features Area: Please change this structure:

    <div class="feature feature-primary">
        <i class="material-icons">chat</i>
        <h4 class="title">First Feature</h4>
        <p class="description">Divide details about your product or agency work into parts. Write a few lines about each one. A paragraph describing a feature will be enough.</p>
    </div>

with the new one:

    <div class="info">
        <div class="icon icon-primary">
            <i class="material-icons">chat</i>
        </div>
        <h4 class="info-title">First Feature</h4>
        <p>Divide details about your product or agency work into parts. Write a few lines about each one. A paragraph describing a feature will be enough.</p>
    </div>

V1.1.1, 17 January 2017 [current version]

  • switched to MIT license

License

  • Copyright 2017 Creative Tim (http://www.creative-tim.com)
  • Licensed under MIT (https://github.com/timcreative/material-kit/blob/master/LICENSE.md)

Useful Links

More products from Creative Tim: http://www.creative-tim.com/products

Tutorials: https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w

Freebies: http://www.creative-tim.com/products

Affiliate Program (earn money): http://www.creative-tim.com/affiliates/new

Social Media:

Twitter: https://twitter.com/CreativeTim

Facebook: https://www.facebook.com/CreativeTim

Dribbble: https://dribbble.com/creativetim

Google+: https://plus.google.com/+CreativetimPage

Instagram: https://instagram.com/creativetimofficial