I made a change to the behavior of the drawer with the context API. I needed a mobile menu, and by default, there is no component with this functionality, so I adapted the styles, based on the Drawer direction.
To use it, you can follow the step-by-step instructions in the shadcn/ui documentation and install the Drawer component.
After configuration and installation, simply copy the file in ./src/components/ui/drawer.tsx to the same directory in your project.
Run the following command to clone the repository:
git clone https://github.com/gildembergleite/nextjs-dont-blow-money.git
Open the directory in the terminal:
cd nextjs-dont-blow-money
Install dependencies:
npm install
Now, start the application:
npm run dev
To use the project, access the following address in your browser:
Contributions are welcome. To contribute, follow these steps:
Fork the repository. Make your changes and test them. Submit a pull request.
The project is licensed under the MIT License.