User Snippets for React design system
This project includes snippets to facilitate the development of components in React and React Native. The snippets are organized in separate files for React and React Native, and for JavaScript and TypeScript.
To use the snippets, follow these steps:
- Copy the content of the snippet file you want to use.
- Open Visual Studio Code and go to "File" -> "Preferences" -> "User Snippets".
- Select the language for which you want to add the snippets.
- Paste the copied content into the file that opens.
This project is designed to be used with our design system. You can find more information and how to use it in the following link:
This design system was created as a template for React projects. You can use it as a base for your project by following these steps:
// Create react app
npx create-react-app my-app --template cra-template-design-system
// Vite
npx degit Kevinparra535/vite-template-design-sytem-and-gitflow [project-name]
This project is licensed under the MIT License - see the LICENSE file for more details.