UNPKG
@rainliu/y-ui
Version:
latest (2.0.0)
2.0.0
1.0.0
# @rainliu/y-ui > 一款基于 React 的现代化 UI 组件库,提供优雅、简洁且易于使用的组件,助力快速开发高质量的 Web 应用。
@rainliu/y-ui
/
dist
/
es
/
input
/
index.js
2 lines
•
254 B
JavaScript
View Raw
1
2
import
{jsx
as
o}
from
"react/jsx-runtime"
;
var
p
=(
{value:t,onChange:e,placeholder:a}
)=>
o
(
"input"
,{
className
:
"y-input"
,
value
:t,
onChange
:
n
=>
e?.(n.
target
.
value
),
placeholder
:a,
"data-testid"
:
"custom-input"
});
export
{p
as
Input
};
//# sourceMappingURL=index.mjs.map