Home
Get Started
Toggle Menu
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Golf Player Profile</title> <link rel="stylesheet" href="src/styles.css" /> </head> <body> <div class="container"> <h1>Golf Player Profile</h1> <!-- Form to enter the username --> <form id="playerForm"> <label for="usernameInput">Enter Username:</label> <input type="text" id="usernameInput" placeholder="Enter your username" /> <button type="submit">Load Profile</button> </form> <div id="playerInfo" class="player-info" style="display: none"> <p><strong>Username:</strong> <span id="username"></span></p> <p><strong>Full Name:</strong> <span id="fullname"></span></p> </div> <h2>Club Distances</h2> <table id="clubDistancesTable"> | A shadcn/ui and v0 generation - v0
Link to gramirez3774-3770's v0.app Profile
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Golf Player Profile</title> <link rel="stylesheet" href="src/styles.css" /> </head> <body> <div class="container"> <h1>Golf Player Profile</h1> <!-- Form to enter the username --> <form id="playerForm"> <label for="usernameInput">Enter Username:</label> <input type="text" id="usernameInput" placeholder="Enter your username" /> <button type="submit">Load Profile</button> </form> <div id="playerInfo" class="player-info" style="display: none"> <p><strong>Username:</strong> <span id="username"></span></p> <p><strong>Full Name:</strong> <span id="fullname"></span></p> </div> <h2>Club Distances</h2> <table id="clubDistancesTable">
Add
component
to project
Learn more
npx v0 add
a1B2c3d4
component.jsx
(read-only)
Log In to Copy Code
To enable copying code, saving to favorites, forking, and other features, please sign up or log in.
Authenticate
Copy Code
Copy CLI command
A
B
C
Link to gramirez3774-3770's v0.app Profile
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Golf Player Profile</title> <link rel="stylesheet" href="src/styles.css" /> </head> <body> <div class="container"> <h1>Golf Player Profile</h1> <!-- Form to enter the username --> <form id="playerForm"> <label for="usernameInput">Enter Username:</label> <input type="text" id="usernameInput" placeholder="Enter your username" /> <button type="submit">Load Profile</button> </form> <div id="playerInfo" class="player-info" style="display: none"> <p><strong>Username:</strong> <span id="username"></span></p> <p><strong>Full Name:</strong> <span id="fullname"></span></p> </div> <h2>Club Distances</h2> <table id="clubDistancesTable">
History
Toggle
v0
Desktop
Tablet
Mobile
Full Screen
History
Theme
Code
Theme