1.0.0 • Published 4 years ago

mryx v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Features

  • 60+ Reusable components
  • 90% Unit test coverage
  • Extensive documentation and demos
  • Support babel-plugin-import
  • Support Custom Theme
  • Support i18n
  • Support TS
  • Support SSR

Install

# Using npm
npm i mryx -S

# Using yarn
yarn add mryx

Quickstart

import Vue from 'vue';
import { Button } from 'mryx';
import 'mryx/lib/index.css';

Vue.use(Button);

Browser Support

Modern browsers and Android 4.0+, iOS 8.0+.

LICENSE

MIT