1.0.3 • Published 6 months ago

shopping-cart-component v1.0.3

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

Shopping Cart Component

Welcome to the Shopping Cart Component! This component is designed to help you integrate a shopping cart feature into your web application, making it easy for users to select and manage items for purchase.

Table of Contents

Installation

To add the Shopping Cart Component to your project, you can install it via npm or yarn:

npm install shopping-cart-component
# or
yarn add shopping-cart-component

About

This component is maintained by Kristine Nyaga. It was created using ReactJs to simplify and enhance the development of e-commerce applications.

Usage

Import the ShoppingCart component into your application and render it in your React component. Usage Once you've imported MyComponent, you can use it in your React application like this:

import React from 'react';
import MyComponent from 'my-component-library/dist/MyComponent';

function App() {
  return (
    <div>
      <h1>Welcome to My React App</h1>
      <MyComponent items={items} />
    </div>
  );
}

export default App;

The component is styled using Bootsrap inorder for the styling to appear you need add Bootstrap cdn in index.html

  <link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css"
  integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM"
  crossorigin="anonymous"
/>

Support and Contribution

If you have questions or encounter any issues while using this component, please open an issue on the GitHub repository: shopping-cart-component GitHub. Contributions and improvements are welcome. Feel free to fork the repository, make changes, and create pull requests.

License

MIT License

Copyright (c) 2023

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS," WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago