Skip to content

Instantly share code, notes, and snippets.

View Sylenss's full-sized avatar
🧭
Working hard on CodingInSylens

Christina Clayton Sylenss

🧭
Working hard on CodingInSylens
View GitHub Profile
@iDevelopThings
iDevelopThings / Pagination.vue
Created February 23, 2021 13:04
xLaravel/vue/Inertia paginator
<template>
<div class="bg-white rounded shadow flex items-center justify-center mt-6 p-4"
v-if="pagination.total > pagination.per_page">
<ul class=" flex flex-wrap gap-1">
<li v-if="pagination.current_page > 1">
<a class="bg-white block px-4 py-3 text-sm border rounded hover:bg-gray-100"
href="javascript:void(0)"
aria-label="Previous"
v-on:click.prevent="changePage(pagination.current_page - 1)">
<span aria-hidden="true">«</span>
@semilin
semilin / isrt-linux
Last active May 26, 2024 03:45
NotGate's ISRT Layout for Linux XKB
// Standard ISRT for ANSI and ISO keyboards
default partial
xkb_symbols "basic" {
// the default variant has no AltGr layer and does
// not use CAPS as BackSpace
include "us(basic)"