https://github.com/BiveDigital/module-countdown-component-lite
Magento 2 Countdown Timer for Page Builder
https://github.com/BiveDigital/module-countdown-component-lite
magento2 magento2-extension magento2-module magento2-pagebuilder pagebuilder
Last synced: about 1 year ago
JSON representation
Magento 2 Countdown Timer for Page Builder
- Host: GitHub
- URL: https://github.com/BiveDigital/module-countdown-component-lite
- Owner: BiveDigital
- License: mit
- Created: 2023-01-21T00:09:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T18:05:06.000Z (about 3 years ago)
- Last Synced: 2024-11-01T21:35:37.600Z (over 1 year ago)
- Topics: magento2, magento2-extension, magento2-module, magento2-pagebuilder, pagebuilder
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Magento 2 Countdown Timer Page Builder Component
## Description
Allows store admins add a countdown timer to their e-commerce store pages. With this component, store owners can create a sense of urgency and encourage visitors to take action by showcasing a countdown clock that counts down to a specific event or offer expiration.
This component offers a highly customizable design, with a variety of style options to choose from, including font sizes, colors, and backgrounds, as well as configure it to display in various locations on the page.
## Installation via Composer
```
$ composer config repositories.bive/module-countdown-component-lite git git@github.com:BiveDigital/module-countdown-component-lite.git
$ composer require bive/module-countdown-component-lite:dev-main
$ bin/magento module:enable Bive_CountdownComponentLite
$ bin/magento setup:upgrade
```