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

mirotone

Package Overview
Dependencies
Maintainers
0
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mirotone

Miro UI Kit for building Apps & plugins

  • 5.3.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
4.7K
decreased by-14.11%
Maintainers
0
Weekly downloads
 
Created
Source

Mirotone

image

NPM Downloads NPM Version

Mirotone is a small & lightweight skeleton UI Kit that matches Miro styles for building apps and plugins. The package contains a CSS file which can be used for any project.

Content

  • Getting started
  • Browser support
  • Components

Getting started

Install the package as a dependency on your own project by running:

npm install mirotone
// or with yarn
yarn add mirotone

For using something like PostCSS import you can do the following:

@import 'mirotone/dist/styles.css';

You can also use standard CSS linking to use the styles right away in your project:

<link rel="stylesheet" href="https://unpkg.com/mirotone/dist/styles.css" />

Browser support

Mirotone heavily relies on CSS variables. This means that it is not supported in IE11 and below. All other modern browsers are supported.

Components

  • variables
  • typography
  • icons
  • buttons
  • checkbox
  • toggle
  • radiobutton
  • link
  • textarea
  • input
  • select
  • tabs
  • divider
  • app layouts
  • app card
  • table

You can check the documentation for more details.


mirotone © 2022+, Miro

Keywords

FAQs

Package last updated on 15 Jul 2024

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