Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mm-loaders

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mm-loaders

Small, beautiful svg based loaders

  • 0.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

build status bitHound Score Dependency Status

mm-loaders

MM Loaders are light weight loaders based on svg and css, using Styled Components to render the css.

Based on a number of sources on svg loaders, e.g. https://codepen.io/mrrocks/pen/EiplA

spinner

Usage

Installation

npm install mm-loaders

yarn add mm-loaders

MDSpinner

A circular Material Design Spinner

  • colors: (array), default: ['#4285F4', '#DE3E35', '#F7C223', '#1B9A59', '#4285F4']
  • width: (number), default: 65
  • height: (number), default: 65
  • borderWidth: (number), default: 6
import React from 'react';

import MDSpinner from 'mm-loaders/lib/MDSpinner';

const Example = () => {
    return (
        <MDSpinner/>
    );
};

export default Example;

Run examples

Run npm run demo:build and open the index.html file.

License

mm-loaders is available under MIT. See LICENSE for more details.

Keywords

FAQs

Package last updated on 12 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc