Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gptkrsh/csshamburgeranimation
https://github.com/gptkrsh/csshamburgeranimation
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gptkrsh/csshamburgeranimation
- Owner: gptkrsh
- Created: 2023-01-25T14:43:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T18:13:21.000Z (6 months ago)
- Last Synced: 2024-05-17T23:33:38.815Z (6 months ago)
- Language: TypeScript
- Homepage: https://css-hamburger-animation.vercel.app
- Size: 139 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic CSS example
Next.js has built-in support for [CSS Modules](https://nextjs.org/docs/basic-features/built-in-css-support#adding-component-level-css) allowing you to write scoped CSS by automatically creating a unique class name. CSS Module files can be imported anywhere in your application and you don't have to worry about collisions.
## Deploy your own
Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example) or preview live with [StackBlitz](https://stackblitz.com/github/vercel/next.js/tree/canary/examples/basic-css)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/vercel/next.js/tree/canary/examples/basic-css&project-name=basic-css&repository-name=basic-css)
## How to use
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init), [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/), or [pnpm](https://pnpm.io) to bootstrap the example:
```bash
npx create-next-app --example basic-css basic-css-app
``````bash
yarn create next-app --example basic-css basic-css-app
``````bash
pnpm create next-app --example basic-css basic-css-app
```Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).