1.0.4 • Published 5 years ago

manavify v1.0.4

Weekly downloads
5
License
ISC
Repository
-
Last release
5 years ago

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.

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago