Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 710 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 710 Bytes

Mart Snippets

Mart Snippets for Development

This document provides a reference for the development snippets available in the Mart toolkit. Below are the available snippets and how to use them in your development environment.


Available Snippets

1. React Context with TypeScript

  • Prefix: rctx
  • Description: Generates a React context with TypeScript. This snippet sets up a React context with a provider and a custom hook to use the context.

2. React Functional Component

  • Prefix: rcomp
  • Description: Creates a React functional component with the file name. This snippet generates a basic React functional component, using the file name as the component name.