https://github.com/jcserv/next-chakra-template
This template is provided for anyone who wants a quickly bootstrapped NextJS + Chakra site.
https://github.com/jcserv/next-chakra-template
chakra next template
Last synced: about 2 months ago
JSON representation
This template is provided for anyone who wants a quickly bootstrapped NextJS + Chakra site.
- Host: GitHub
- URL: https://github.com/jcserv/next-chakra-template
- Owner: jcserv
- Created: 2021-05-06T19:36:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T15:03:43.000Z (about 2 years ago)
- Last Synced: 2025-02-09T12:28:27.329Z (3 months ago)
- Topics: chakra, next, template
- Language: JavaScript
- Homepage: http://next-chakra-template.vercel.app
- Size: 435 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Next-Chakra-Template
This template is provided for anyone who wants a quickly bootstrapped NextJS + Chakra site!## Features
- sticky, responsive navbar + footer
- eslint, prettier, simple-import-sort
- link icons with labels
- simple login/register page
- opengraph link previews
- linting workflow## Packages
- chakra-ui
- eslint
- eslint-config-prettier
- eslint-plugin-prettier
- eslint-plugin-simple-import-sort
- formik
- yup
- react-icons
- react-stickynode## Required Modification
These files will require your modification to fit your project.- _app.jsx: site meta data
- footerLinks
- navbar, footer
- favicon
- theming## Suggestions
- import bootstrap or material-ui because chakra's grids are not the best/are not easy to work with