Skip to content

Instantly share code, notes, and snippets.

View peteleco's full-sized avatar

Leonardo Jorge peteleco

View GitHub Profile
@peteleco
peteleco / Create.vue
Last active September 12, 2022 16:25
A simple validation wrapper for inertia.js
<template>
<app-layout>
<template #header>
<h2 class="font-semibold text-xl text-gray-800 leading-tight">
Cadastrar Novo Cliente
</h2>
<breadcrumb slot="breadcrumb" :items="breadcrumbItems"></breadcrumb>
</template>
<div class="py-12">
<div class="max-w-7xl mx-auto sm:px-6 lg:px-8">
@peteleco
peteleco / gist:f37281b1136179c0227f
Created August 8, 2014 20:33
Sublime Key Binds
[
{
"keys": ["alt+super+p"], "command": "autoprefixer"
},
{
"keys": ["super+\\"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.5, 1.0],
@peteleco
peteleco / Preferences.sublime-settings
Last active August 29, 2015 14:04
Sublime User Preferences
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/DraculaTheme/Dracula.tmTheme",
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 7,