Skip to content

Instantly share code, notes, and snippets.

View leekayden's full-sized avatar
Looking for coffee...

Kayden Lee leekayden

Looking for coffee...
View GitHub Profile
@leekayden
leekayden / script.vue
Created November 26, 2021 10:52
Tailwind Modal + Vue.js Transition
<template>
<div id="app">
<div class="flex flex-col items-center justify-center p-3 min-h-full">
<h1 class="my-4 text-3xl text-center font-medium tracking-wider text-purple-700">Vue.js Modal transition</h1>
<button
@click="onToggle"
class="bg-purple-500 border border-purple-500 px-5 py-2 text-sm shadow-sm font-medium tracking-wider text-white rounded-md hover:shadow-lg hover:bg-purple-600"
>
Open
</button>
@leekayden
leekayden / SourceCodeSearchEngines.md
Created June 5, 2021 14:18 — forked from phillipalexander/SourceCodeSearchEngines.md
Source Code Search Engines You Can Use For Programming Projects

Source Code Search Engines

NOTE: This list is almost entirely copy/pasted from THIS awesome article. I've made my own personal edits (adding some additional content) which is why I keep it here.

Every day meanpath crawls over 200 million websites capturing the visible text, HTML source code, CSS and Javascript. This information is used by many companies to monitor the growth of web facing technology.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MediaCapture and Streams API</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="main.css">
</head>
<body>
<header>