All Projects → PeterShaggyNoble → MDI-Sandbox

PeterShaggyNoble / MDI-Sandbox

Licence: other
A jacked up cheatsheet and additional tools for https://materialdesignicons.com/

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to MDI-Sandbox

LibreICONS
SVG Icon Symbols with an MIT License.
Stars: ✭ 89 (+140.54%)
Mutual labels:  icon-library
groucho
Know all your users. Scalable front-end (anon) personalization & attribution
Stars: ✭ 31 (-16.22%)
Mutual labels:  localstorage
BarterOnly
An ecommerce platform to buy or exchange items at your convenience
Stars: ✭ 16 (-56.76%)
Mutual labels:  localstorage
jsGBC
👾 A GameBoy Color Emulator written in JavaScript
Stars: ✭ 44 (+18.92%)
Mutual labels:  localstorage
local-storage-fallback
Check and use appropriate storage adapter for browser (localStorage, sessionStorage, cookies, memory)
Stars: ✭ 103 (+178.38%)
Mutual labels:  localstorage
react-save-localstorage
🗄 React component to save data to localStorage on render phase safely
Stars: ✭ 26 (-29.73%)
Mutual labels:  localstorage
react-local-storage-cache
How to cache results in React with Local Storage.
Stars: ✭ 27 (-27.03%)
Mutual labels:  localstorage
ngx-localstorage
An Angular wrapper for localstorage/sessionstorage access.
Stars: ✭ 27 (-27.03%)
Mutual labels:  localstorage
BlazoredLocalStorage
This library has been moved to the Blazored org
Stars: ✭ 26 (-29.73%)
Mutual labels:  localstorage
browserStorage
浏览器本地存储封装
Stars: ✭ 30 (-18.92%)
Mutual labels:  localstorage
material-design-icons
Latest icon fonts and optimized SVGs for material design icons.
Stars: ✭ 70 (+89.19%)
Mutual labels:  material-design-icons
vue-storage-watcher
a reactive storage plugin for vue 👀🔭
Stars: ✭ 60 (+62.16%)
Mutual labels:  localstorage
akar-icons-app
The homepage repo for Akar Icons. A perfectly rounded icon library made for designers, developers, and pretty much everyone.
Stars: ✭ 59 (+59.46%)
Mutual labels:  icon-library
Covid19-Tracker
The situation of the Coronavirus epidemic data around the World and details info in Vietnam.
Stars: ✭ 15 (-59.46%)
Mutual labels:  localstorage
atomic-state
Atomic State is a state management library for React
Stars: ✭ 15 (-59.46%)
Mutual labels:  localstorage
keyv
Simple key-value storage with support for multiple backends.
Stars: ✭ 202 (+445.95%)
Mutual labels:  localstorage
react-native-dynamic-vector-icons
Wrapper of react-native-vector-icons to use dynamic types
Stars: ✭ 84 (+127.03%)
Mutual labels:  icon-library
Todo
✏️A Todo App based on html5 and jQuery.
Stars: ✭ 15 (-59.46%)
Mutual labels:  localstorage
Client-Storage
🗄 Bulletproof persistent Client storage, works with disabled Cookies and/or localStorage
Stars: ✭ 15 (-59.46%)
Mutual labels:  localstorage
GenericLocalPersistence
GenericLocalPersistence is a clean and easy-to-use code that is useful for integrating local storage like UserDefaults, PList, Keychain.
Stars: ✭ 17 (-54.05%)
Mutual labels:  localstorage

Material Design Icons Sandbox

Important Notes

  • This is a side-project to the main Material Design Icons project. To request a new icon, suggest an alias or make a contribution to the icon pack, please create an issue in the main repository.
  • One of the main purposes of this Sandbox is for me to play around with ECMAScript 6+ features I don't normally get to work with. As such I can only guarantee that the website will work in the latest version of Google Chrome.

Features & Tools

Icon Library

The main section of this project; a jacked up "cheatsheet" for MDI. Features include:

  • Build your own library of icons.
  • Upload custom icons to your library.
  • Filter icons by keywords, categories and/or contributors.
  • Download your library, filtered icons or individual icons in a variety of formats.
  • Copy icon info such as SVG markup, path data and codepoints directly to your clipboard.
  • Edit icons and download them in a variety of formats.
  • See which icons were added, updated, renamed or removed in the latest release.
  • See which icons will be available in the next release.
  • Access icons which have since been removed from the MDI library.

Preview Generator

Create customised icon preview images which can be copied & pasted directly into GitHub issues (or anywhere else) at petershaggynoble.github.io/MDI-Sandbox/preview/.

Automated Preview Generator

To save you some work, there's also an automated preview generator available at mdi.houseofdesign.ie/tools/preview/. Use the icon querystring parameter to provide an icon name from the main library, Material Icons Extended, the other Google icons or the stock Google icons and a preview will be generated that you can link to directly. You can also use the optional action parameter to provide the name of an icon from the main library to be shown in the bottom right corner.

Example: /?icon=vector-square&action=link

Alternatively, instead of using the icon parameter to provide the name of an existing icon, you can provide a custom path and name using the path & name parameters.

Example: /?name=vector-square&action=download&path=M2,2...Z

If necessary, you can override the auto-detected preview type using the type parameter. The values this parameter can accept can be found in the table below along with their corresponding colours & labels.

Example: /?name=vector-square&action=download&type=final&path=M2,2...Z

Value Colour Label Text
standard #616161 Grey
google #388e3c Green Google Icon Not yet available
wip #1976d2 Blue Work in Progress Unreleased Draft
final #303f9f Indigo Final Draft Not yet available
example #e64a19 Orange Example Not for release
simple #111111 Black Simple Icons Not available in MDI
removed #5d4037 Brown Legacy Icon No longer available
rejected #d32f2f Red Rejected Won't be added

Additional Google Icons

A preview of the extra icons in Google's "Material Icons Extended" set is available at petershaggynoble.github.io/MDI-Sandbox/extended/ and their GMP & AOG icons at petershaggynoble.github.io/MDI-Sandbox/other/. Icons can be downloaded but note that the transform attribute is used on the path elements to scale them down to 24 pixels.

Issue Tracker

The issue tracker can be used to view the status of all Icon Request issues, sorted by number of reactions with the ability to filter requests for stock Google icons, home automation icons or brand icons. Please note that the issue tracker can currently only be updated manually so you may not be seeing the most up-to-date data. I am working on a way to keep it updated automatically.

Icon Editor

The custom icon editor expands on the editor included in the icon library to allow creation of PNGs using the path data from any 24x24, 48x48 or 512x512 (vertically flipped) SVG. Also includes the ability to add block-helper or color-helper as an overlay.

New features will occasionally be available to preview & test at petershaggynoble.github.io/MDI-Sandbox/src/.

Background

When we began to drop Font Awesome from our projects in favour of the much more comprehensive Material Design Icons, so used were we to FA's website that we struggled at times to find the icons we needed on the MDI website or "cheatsheet". So I threw together my own "cheatsheet" with the initial focus being on better categorising the icons and adding some keywords to help with searching (both of which proved to be sizable jobs!).

As it was something that only we were going to be using, I also used it as an opportunity to play around with a few things I didn't normally get to play with in my everyday work back then such as Google's Material Design and, more importantly, ECMAScript 6+. But then it grew, especially once Templarian invited me to be a collaborator on the main MDI project, and I started thinking about more possibilities for use by a wider audience which led to the creation of more tools, some of them "proofs of concept" that would eventually be integrated into the new MDI site currently under development.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].