@mkinfopoint/react-greeting-component

1.1.1 • Public • Published

@mkinfopoint/react-greeting-component

A simple and reusable React component that displays a greeting message. Perfect for use in various React applications where you need a quick way to show greetings or messages to users.

Table of Contents

Installation

You can install the package via npm:

npm install @mkinfopoint/react-greeting-component



## Usage

To use the `MKGreetingComponent`, simply import it into your React component and pass the `text` prop to customize the greeting message.

### Example

```jsx
import React from 'react';
import MKGreetingComponent from '@mkinfopoint/react-greeting-component';

const App = () => {
  return (
    <div>
      <MKGreetingComponent text="Welcome to my app!" />
    </div>
  );
};

export default App;

Readme

Keywords

none

Package Sidebar

Install

npm i @mkinfopoint/react-greeting-component

Weekly Downloads

0

Version

1.1.1

License

MIT

Unpacked Size

1.63 kB

Total Files

3

Last publish

Collaborators

  • mkinfopoint-admin