md-npm-test
v1.3.1
Published
making a simple react reusable component
Downloads
7
Readme
npm-test
making a simple react reusable component
Install
npm install --save md-npm-test
Usage
import React, { Component } from 'react'
import MyComponent from 'npm-test'
import 'md-npm-test/dist/index.css'
const App = () => {
return (
<MyComponent text={'your name'}/>
)
}
License
MIT © Md-uddin