This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ESPHome | |
esphome: | |
name: esphome | |
friendly_name: My ESPHome | |
# Board specific settings | |
esp32: | |
framework: | |
type: esp-idf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* SmoothScrollbar SoftScroll Plugin | |
* | |
* @version 1.0.2 | |
* @author Artem Dordzhiev (Draft) | |
*/ | |
import Scrollbar from "smooth-scrollbar"; | |
class SoftScrollPlugin extends Scrollbar.ScrollbarPlugin { |