Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.

Commit 82b540d

Browse files
committed
adding placeholder to the Input simple example
1 parent b2a5bfa commit 82b540d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react'
22
import { Input } from 'stardust'
33

4-
const InputExample = () => <Input type="text">Search</Input>
4+
const InputExample = () => <Input placeholder="Search..." />
55

66
export default InputExample

0 commit comments

Comments
 (0)