0.1.8 • Published 1 year ago

p14-lib-hrnet-chambet-rayan v0.1.8

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Getting Started with this library component

p14-lib-hrnet-chambet-rayan is a Modal Component

Import the component in your project

In the front-end side, run: npm i p14-lib-hrnet-chambet-rayan

Usage

import React from "react";

import Modal from "p14-lib-hrnet-chambet-rayan";

const Home = () => {
  return (
    <div>
      <Modal
        title={"your__title"}
        description={"your__description"}
        buttonText={"Your_test_in_the_button"}
      />
    </div>
  );
};

Available Scripts

In the project directory, you can run:

yarn start

yarn test

yarn build