Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.38 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.38 KB

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.

How to use the snippets

To use the snippets, follow these steps:

  1. Copy the content of the snippet file you want to use.
  2. Open Visual Studio Code and go to "File" -> "Preferences" -> "User Snippets".
  3. Select the language for which you want to add the snippets.
  4. Paste the copied content into the file that opens.

How to use the design system

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:

Design System

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 a new React project using our template:

// 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]

License

This project is licensed under the MIT License - see the LICENSE file for more details.