.me {
name: ibrahim;
surname: odev;
from: Konya, Turkey;
date-of-birth: 2005;
.social-media {
twitter: @ibodev1;
linkedin: in/ibrahimodev;
google-dev: ibodev;
}
}
🚀
Software Developer
- Konya, Turkey
-
23:47
(UTC +03:00) - https://www.ibrahimo.dev/
- @ibodev1
- in/ibrahimodev
- https://g.dev/ibodev
- @ibrahimo.dev
Highlights
Pinned Loading
-
tailwindcss-palette-generator
tailwindcss-palette-generator PublicColor palette generation library for TailwindCSS.
TypeScript 15
-
-
https://github.com/SoloJSX/SoloJSX/b...
https://github.com/SoloJSX/SoloJSX/blob/main/dist/index.js 1// Base type for HTML or Text Node
2interface JSXNode {
3type: string; // The HTML tag (e.g., 'div', 'span', etc.)
4props?: JSXProps; // Attributes and event listeners
5children?: (JSXNode | JSXTextNode)[]; // Nested children nodes (elements or text nodes)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.