@kylealanjeffrey/badge
v0.0.2
Published
A "built by Kyle" badge component linking to kylejeffrey.com
Readme
@kylealanjeffrey/badge
A "built by Kyle" badge component that links to kylejeffrey.com. Works with any React project — no Tailwind or CSS imports needed.
Install
npm install @kylealanjeffrey/badgeUsage
import { KyleBadge } from "@kylealanjeffrey/badge";
export default function App() {
return (
<div>
<h1>My App</h1>
<KyleBadge />
</div>
);
}Props
| Prop | Type | Default |
| ---------- | ------------------------------------------------------------ | ---------------- |
| position | "bottom-right" \| "bottom-left" \| "top-right" \| "top-left" | "bottom-right" |
<KyleBadge position="bottom-left" />