manavify
v1.0.4
Published
Simple node package to PrintMsg and AlertMsg
Downloads
6
Readme
Manavify
Simple node package to PrintMsg and AlertMsg
Installation
Manavify is available as an npm package https://www.npmjs.com/package/manavify .
// 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:
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.