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

@morenobr/guideline-style

v0.1.5

Published

Moreno Guildeline styles with SASS (.scss files)

Downloads

11

Readme

@morenobr/guideline-style

  • CSS Button component based on Material Design: https://material.io/develop/web/components/buttons/
  • CSS Floating Action Button component based on Material Design: https://material.io/develop/web/components/buttons/floating-action-buttons/
  • CSS Icon Button component based on Material Design: https://material.io/develop/web/components/buttons/icon-buttons/
  • CSS Icon Button Toogle component based on Material Design: https://material.io/develop/web/components/buttons/icon-buttons/
  • CSS List Components (and derived of it) based on Material Design: https://material.io/develop/web/components/lists/
  • CSS Top App Bar component based on Material Design: https://material.io/develop/web/components/top-app-bar/
  • CSS Drawer component based on Material Design: https://material.io/develop/web/components/drawers/
  • CSS Text Field component based on Material Design: https://material.io/develop/web/components/input-controls/text-field
    • and its sub components:
      • Text Field Icon: https://material.io/develop/web/components/input-controls/text-field/icon
      • Floating Label: https://material.io/develop/web/components/input-controls/floating-label
      • Notched Outline: https://material.io/develop/web/components/input-controls/notched-outline
      • Character Counter: https://material.io/develop/web/components/input-controls/text-field/character-counter
  • CSS Divider Component based on Material Design list divider (https://material.io/develop/web/components/lists/) and definition of Divider (https://material.io/components/dividers)
  • CSS Circular progress component based on Material Design: https://material.io/develop/web/components/circular-progress/
  • CSS Card component based on Material Design: https://material.io/develop/web/components/cards/

TODO CSS components based on Material Design

  • Tab bar: https://material.io/develop/web/components/tabs/tab-bar/
  • Checkboxes: https://material.io/develop/web/components/input-controls/checkboxes/
  • Radio buttons: https://material.io/develop/web/components/input-controls/radio-buttons/
  • Switches: https://material.io/develop/web/components/input-controls/switches/
  • Linear progress: https://material.io/develop/web/components/linear-progress/
  • Menus: https://material.io/develop/web/components/menus/ https://material.io/develop/web/components/menu-surface/
  • Dialog: https://material.io/develop/web/components/dialogs/
  • Data Tables: https://material.io/develop/web/components/data-tables/
  • Chip: https://material.io/develop/web/components/chips/
  • Bottom Navigation: https://material.io/components/bottom-navigation
  • Slider: https://material.io/develop/web/components/input-controls/sliders/
  • Dividers: https://material.io/components/dividers
  • Date Pickers: https://material.io/components/pickers
  • Sheet side: https://material.io/components/sheets-side

Changes after use CSS of Material Design

Basic changes are to not use name of root component in class name of children and variants. Just changed to use the context parent, and context of same element.

Example, in Icon Button Toogle, is just used 'on' class name with the class name original 'mg-icon-button-toogle', then the element has the class property as 'mg-icon-button-toogle on', instead of something as 'mg-icon-button-toogle mg-icon-button-toogle--on'.

License Info

The root license of project is just MIT, but CSS components have their own license because third party libraries based as the Material Design CSS.