Match-id-8594911a1d814fe13ec8b977d4c31972e295f3cf
This commit is contained in:
parent
f8fb9c5aef
commit
ecc99bf97a
|
@ -0,0 +1,3 @@
|
|||
.search {
|
||||
width: 100%;
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
import styles from './Search.less';
|
||||
|
||||
export default function Search() {
|
||||
return (
|
||||
<input className={styles.search} placeholder={'Search (text or /regex/)'}/>
|
||||
)
|
||||
}
|
Loading…
Reference in New Issue