1.0.4 • Published 6 months ago

dream-emirates-all-apps v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

Dream-emirates-all-apps

Installation

npm install dream-emirates-all-apps

or

yarn add dream-emirates-all-apps

Usage

Import the package and use it in your React components:

import React from "react";
import { AllApps } from "dream-emirates-all-apps";

const MyPage = () => {
  return (
    <>
      <AllApps />
      <h1>Welcome to My Page</h1>
    </>
  );
};

export default MyPage;

Author

Created by Abdulla al Mamun.