Skip to content

Instantly share code, notes, and snippets.

View quiet-node's full-sized avatar
🇻🇳

Logan Nguyen quiet-node

🇻🇳
View GitHub Profile
@ndpniraj
ndpniraj / App.tsx
Created October 6, 2022 13:43
Tooltip Component Using React & Tailwind CSS
import { FC } from "react";
import { BsTypeBold } from "react-icons/bs";
import ToolTip from "./ToolTip";
interface Props {}
const App: FC<Props> = (props): JSX.Element => {
return (
<div className="mx-auto max-w-3xl p-10">
<ToolTip tooltip="I am tooltip">
package main
import (
"fmt"
"github.com/ethereum/go-ethereum/accounts"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/crypto"
)
@kevin-smets
kevin-smets / iterm2-solarized.md
Last active July 2, 2024 12:33
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k