UNPKG
b0nes
Version:
latest (0.1.11)
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.0
0.0.1
Zero-dependency component library and SSR/SSG framework
github.com/iggydotdev/b0nes
iggydotdev/b0nes
b0nes
/
src
/
components
/
atoms
/
input
/
index.js
7 lines
(5 loc)
•
129 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{input
as
inputRender}
from
'./input.js'
;
export
const
input = {
render
: inputRender };
export
default
input.
render
;