UNPKG
i-rubik
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.5
0.3.3
0.3.1
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.0.1
A Vue.js 2.0+ UI Components Framework
github.com/ccforward/rubik
ccforward/rubik
i-rubik
/
src
/
components
/
Form
/
index.js
13 lines
(12 loc)
•
232 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
Checkbox
from
'./Checkbox.vue'
import
Radio
from
'./Radio.vue'
import
Select
from
'./Select.vue'
import
Input
from
'./Input.vue'
import
File
from
'./File.vue'
export
default
{
Checkbox
,
Radio
,
Select
,
Input
,
File
}