Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

manavify

Simple node package to PrintMsg and AlertMsg

manavify

readme

Manavify

Simple node package to PrintMsg and AlertMsg

Installation

Manavify is available as an npm package https://www.npmjs.com/package/manavify .

Stable channel v3

// with npm
npm install manavify

// with yarn
yarn add manavify

Usage

Here is a quick example to get you started, it's all you need:

import React from 'react';
import ReactDOM from 'react-dom';
import mnvy from 'manavify';

function App() {
  return (
   {
       mnvy.printMsg()
   }
  );
}

ReactDOM.render(<App />, document.querySelector('#app'));

Yes, it's really all you need to get started as you can see in this live and interactive demo:

Edit Button

Questions

For how-to questions and other non-issues, please use StackOverflow instead of Github issues. There is a StackOverflow tag called "material-ui" that you can use to tag your questions.

Contributing

We'd greatly appreciate any contribution you make. :)

License

This project is licensed under the terms of the MIT license.