@semantq/cartique
v1.0.4
Published
A framework-agnostic, plug-and-play eCommerce product gallery with cart, filters, reviews, and infinite scroll. Natively integrated with the Semantq ecosystem.
Maintainers
Readme
Cartique
A Semantq, native eCommerce front-end UI library.
Installation
Install Cartique via npm:
npm install cartiqueThen, import it into your project:
import Cartique from 'cartique';Getting Started
Initialize Cartique in your project:
const cart = new Cartique();
console.log(cart.sayHello());License
This project is licensed under the MIT License.
