Skip to content
#

commerce

Here are 242 public repositories matching this topic...

React Storefront - PWA for eCommerce. 100% offline, platform agnostic, headless, Magento 2 supported. Always Open Source, Apache-2.0 license. Join us as contributor (contributors@reactstorefront.io).

  • Updated Sep 1, 2021
  • JavaScript
paulrohrbeck
paulrohrbeck commented Jun 2, 2021

User Story

As a developer, I want the ability to close the Search Bar component by simply changing the CSS class without bugs resulting from the internal toggle() method.

Description & Motivation

Instead of relying on an internal state (this._state.visible), we would like to check against the current CSS class (.searchBar__root_open) of the the search bar root

. The current metho

Improve this page

Add a description, image, and links to the commerce topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the commerce topic, visit your repo's landing page and select "manage topics."

Learn more