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

mirotone

Package Overview
Dependencies
Maintainers
1
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

  • 1.1.3
  • npm
  • Socket score

Version published
Weekly downloads
4.7K
decreased by-20.17%
Maintainers
1
Weekly downloads
 
Created
Source

Mirotone

NPM Downloads NPM Version Last commit License

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

Content

  • Getting started
  • Components
  • Development and contributions
  • Report an issue
  • Roadmap

Getting started

Install the package as a dependancy 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 standart CSS linking to use the styles right away in your project:

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

Components

  • typography
  • icons
  • buttons
  • checkbox
  • toggle
  • radiobutton
  • link
  • textarea
  • input
  • select
  • tabs
  • divider

You can check the documentation for more details. ​

Development and contributions

This project is an open source one, so you are more then welcome to contribute or report issues, so we could make the package better together and create something more efficient and helpful for everyone. Check how you can that below. ​

  1. Clone the repo by running:

git clone https://github.com/boriskirov/mirotone.git

​ 2. Install the dependencies ​ npm install

​ 3. Run the build command in order to build the dist. ​ npm run build

​ 4. Run the watch command to get the example/index.html running with all the documented components. ​ npm run watch

Report an issue

If you want to report an issue please fill out the issue form. ​

Roadmap

  • Improve the documentation
  • Add Templates & layout

Keywords

FAQs

Package last updated on 07 Apr 2021

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