Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ysj151215/scrollex-heading
Build a full screen heading that supports horizontal scrolling with Scrollex.
https://github.com/ysj151215/scrollex-heading
framer-motion next-js react-js scrollex tailwind-css
Last synced: 9 days ago
JSON representation
Build a full screen heading that supports horizontal scrolling with Scrollex.
- Host: GitHub
- URL: https://github.com/ysj151215/scrollex-heading
- Owner: ysj151215
- License: mit
- Created: 2023-01-02T00:57:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T06:28:12.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T02:22:12.133Z (14 days ago)
- Topics: framer-motion, next-js, react-js, scrollex, tailwind-css
- Language: TypeScript
- Homepage: https://scrollex-heading.vercel.app/
- Size: 219 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scrollex heading
![Screenshot](./doc/screenshot.png)
## Features
- Mobile friendly.
- Accessibility friendly.## Tech Stack
- [Next.js](https://nextjs.org/) - Framework.
- [Tailwind CSS](https://tailwindcss.com/) - Styling.
- [Scrollex](https://scrollex-docs.vercel.app/) - Animation.## Run Locally
```bash
$ git clone https://github.com/untitled-lab/scrollex-heading.git
$ cd scrollex-heading
$ pnpm install
$ pnpm dev
```## Acknowledgements
- Using [Not a Number](https://www.nan.fyi/)'s UI.
## License
[MIT](https://choosealicense.com/licenses/mit/)