Skip to content

Instantly share code, notes, and snippets.

View paulospiguel's full-sized avatar
:octocat:

PAULO SPIGUEL paulospiguel

:octocat:
View GitHub Profile
{
"React Function Component UI-KIT": {
"scope": "typescriptreact",
"prefix": "rfc-ui",
"body": [
"import React, { ComponentProps } from \"react\";",
"",
"import { cn } from \"ui-kit\";",
"",
"interface ${TM_FILENAME_BASE}Props extends ComponentProps<\"$0\"> {}",
@paulospiguel
paulospiguel / gist:881c0605bdf65adbb78daaa01d8cbd8b
Created June 23, 2023 14:52
React Component Snippet (dirName)
{
"New React Component": {
"scope": "typescriptreact",
"prefix": "rfc-ui-dir",
"body": [
"import React, { ComponentProps } from 'react';",
"",
"import { cn } from \"ui-kit\";",
"",
"interface ${TM_DIRECTORY/^.+[\\/\\\\]+(.*)$/$1/}Props extends ComponentProps<\"$1\"> {}",
{"lastUpload":"2021-07-28T06:01:54.069Z","extensionVersion":"v3.4.3"}
@paulospiguel
paulospiguel / cloudSettings
Last active April 29, 2021 09:32 — forked from leocomelli/git.md
Lista de comandos úteis do GIT
{"lastUpload":"2021-04-29T09:32:34.219Z","extensionVersion":"v3.4.3"}
{"lastUpload":"2021-04-29T09:33:21.763Z","extensionVersion":"v3.4.3"}
@paulospiguel
paulospiguel / Extensões
Created December 4, 2019 00:52 — forked from maiquealmeida/Extensões
Arquivo de configuração do VSCode para a GoStack 2019
- Dracula Oficial
- VSicons
- Color Highlight
- EditorConfig for VSCode
- ESLint
- Prettier - Code formatter
- Rocketseat Snippets