contexts6 functions
A React context provider that manages global application state.
Since 2.1.0
A React hook that provides access to the global application state.
Since 2.1.0
A React hook that provides dispatch functions to update the global application state.
Since 2.1.0
React context for managing shopping cart state and operations.
Since 2.1.0
Context for accessing product page data including variants, pricing, and inventory.
Since 2.1.0
Context for managing checkout process including order placement, shipping, and payment methods.
Since 2.1.0
forms22 functions
A React Hook Form wrapper component that simplifies form submission with automatic API integration and error handling.
Since 2.1.0
A text input field component with validation, error handling, and icon support.
Since 2.1.0
A multi-line text input field component with validation and error handling.
Since 2.1.0
A password input field with optional visibility toggle and validation.
Since 2.1.0
An email input field with automatic email validation.
Since 2.1.0
A telephone number input field component.
Since 2.1.0
A URL input field with automatic URL validation.
Since 2.1.0
A numeric input field with min/max validation and optional unit display.
Since 2.1.0
A date picker input field with min/max date validation.
Since 2.1.0
A date and time picker input field with validation.
Since 2.1.0
A time picker input field with validation.
Since 2.1.0
A slider input field for selecting numeric values from a range.
Since 2.1.0
A dropdown select field with single or multiple selection.
Since 2.1.0
A group of radio button inputs for single selection.
Since 2.1.0
A checkbox input field for single or multiple selections.
Since 2.1.0
A toggle switch input field for boolean or binary values.
Since 2.1.0
An enhanced select dropdown using react-select library with search, multi-select, and custom styling.
Since 2.1.0
An enhanced select field with the ability to create new options on-the-fly.
Since 2.1.0
A color picker input field with hex color format support.
Since 2.1.0
A file upload input field with size validation and multiple file support.
Since 2.1.0
A rich text editor with drag-and-drop layout management and multiple content blocks.
Since 2.1.0
A tooltip component for displaying helpful information on hover or focus.
Since 2.1.0
components19 functions
A component container that manages and renders components with dynamic props and widget integration.
Since 2.1.0
An optimized image component with automatic responsive srcset generation and lazy loading support.
Since 2.1.0
A wrapper component for rendering static images from the theme or public assets folder.
Since 2.1.0
A simple pagination component with previous and next navigation buttons.
Since 2.1.0
A placeholder SVG icon displayed when a product has no thumbnail image.
Since 2.1.0
A component for adding HTML meta tags with validation and helper functions.
Since 2.1.0
A component for adding script tags with validation and helper functions.
Since 2.1.0
A render props component for adding products to the shopping cart.
Since 2.1.0
A render props component for displaying shopping cart items.
Since 2.1.0
A component for displaying cart items in a summary format with thumbnails and quantities.
Since 2.1.0
A render props component and hook for managing cart item quantities with debouncing and validation.
Since 2.1.0
A floating cart widget with icon and dropdown for quick cart access.
Since 2.1.0
Context for accessing category page data including products, filters, and metadata.
Since 2.1.0
A render props component for managing product filters with attributes, categories, and price ranges.
Since 2.1.0
A component for displaying product listings in grid or list layout with loading and empty states.
Since 2.1.0
A component for sorting products with customizable options and sort direction toggle.
Since 2.1.0
Context for accessing search result page data including keyword, products, and filters.
Since 2.1.0
A search component with autocomplete dropdown and customizable rendering.
Since 2.1.0
A component for selecting product variants with availability detection and custom rendering.
Since 2.1.0