UNPKG
kibodo
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Keyboard-only frontend framework
github.com/Dafaque/kibodo
Dafaque/kibodo
kibodo
/
example
/
index.ts
4 lines
•
125 B
text/typescript
View Raw
1
2
3
4
import
App
from
'../src/app'
;
import
Home
from
'./Home'
;
import
"../themes/default.css"
;
new
App
(
new
Home
(), {
help
:
true
});