Socket
Socket
Sign inDemoInstall

mirotone

Package Overview
Dependencies
19
Maintainers
5
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mirotone

Miro UI Kit for building Apps & plugins


Version published
Weekly downloads
3.1K
decreased by-6.46%
Maintainers
5
Created
Weekly downloads
 

Readme

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

Last updated on 05 Feb 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc