MynduiMyndui
0
React
TypeScript
Tailwind CSS
Next.js
Node.js
Figma

Stack Badge

tsx
import { StackBadge } from "@/components/myndui/stack-badge";export function Stack() {return (  <StackBadge    items={["react", "typescript", "tailwind", "nextjs", "node", "figma"]}  />);}