cra-template-hdnchakra
v1.1.3
Published
HDN React with Context and ChakraUI template for CRA
Downloads
6
Readme
This template provides a set of accessible, reusable, and composable React structure that make it super easy to create websites and apps.
Looking for the documentation? 📝
Latest version (v1) => https://documentacao-do-esqueleto.com
Features 🚀
- React Context: Context provides a way to pass data through the component tree without having to pass props down manually at every level.
- Ease of Styling: Chakra UI contains a set of layout components like
Box
andStack
that make it easy to style your components by passing props. Learn more - Flexible & composable: Chakra UI components are built on top of a React UI Primitive for endless composability.
- Accessible. Chakra UI components follow the WAI-ARIA guidelines specifications
and have the right
aria-*
attributes.
Installing template
To use this template, all you need to do is install the
hdntecnologiabr/react-chakra-template
and its peer dependencies:
yarn create react-app myprojectname --template hdnchakra
# or
npm create-react-app myprojectname --template hdnchakra
Usage
To start using the template, please follow these steps:
- Open the project provided by hdntecnologiabr/cra-template-hdnchakra.
cd myprojectname && yarn && code .
#or
cd myprojectname && npm i && code .
Contributing
Feel like contributing? That's awesome! We have a contributing guide to help guide you.
Contributors ✨
Thanks goes to these wonderful people
(emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
License
MIT © HDN Digital