manavify

1.0.4 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i manavify

Weekly Downloads

1

Version

1.0.4

License

ISC

Unpacked Size

1.85 kB

Total Files

3

Last publish

Collaborators

  • manavshrivastava