├── .github ├── FUNDING.yml └── workflows │ └── build.yml ├── LICENSE ├── README.md ├── example.gif ├── info.md └── swipe-navigation.js /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: [maykar] 2 | -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maykar/lovelace-swipe-navigation/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maykar/lovelace-swipe-navigation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maykar/lovelace-swipe-navigation/HEAD/README.md -------------------------------------------------------------------------------- /example.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maykar/lovelace-swipe-navigation/HEAD/example.gif -------------------------------------------------------------------------------- /info.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maykar/lovelace-swipe-navigation/HEAD/info.md -------------------------------------------------------------------------------- /swipe-navigation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maykar/lovelace-swipe-navigation/HEAD/swipe-navigation.js --------------------------------------------------------------------------------