overview-module

1.0.1 • Public • Published

Overview Module

Overview Module is a React component for HackReactor's Front-end Capstone Project.

Features

This component renders

  • photo gallery
  • product information
  • style selectors

using data from the external API.

Installation

npm install overview-module

Usage

Import Overview into your top level component, render it and pass down the props.

Required props

  • apiIP : String
  • productId : Number

Optional props

  • stars : a component

Example

import React from "react";
import Overview from "overview-module";
import Stars from "./components/Stars";

const App = () => {
  return (
    <Overview apiIP={"http://3.21.164.220"} productId={1} stars={<Stars />} />
  );
};

Package Sidebar

Install

npm i overview-module

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

39.3 kB

Total Files

3

Last publish

Collaborators

  • annthespy