amotify 0.2.139 → 0.2.141

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44,38 +44,25 @@ let Test = () => {
44
44
  <Column
45
45
  padding={ 2 }
46
46
  >
47
+ <Row.Left>
48
+ <Input.Slider
49
+ min={ 0 }
50
+ max={ 100 }
51
+ step={ 25 }
52
+ form='test'
53
+ name='slider'
54
+ />
55
+ </Row.Left>
47
56
  <Button.Sub
48
- onClick={ () => {
49
- set_value( <>
50
- Hello World <br />
51
- Hello World <br />
52
- Hello World <br />
53
- Hello World <br />
54
- Hello World <br />
55
- Hello World
56
- </> )
57
+ submitOption={ {
58
+ formName: 'test',
59
+ callback: ( data ) => {
60
+ console.log( data )
61
+ }
57
62
  } }
58
63
  >
59
- Hello World
64
+ Submit
60
65
  </Button.Sub>
61
- <Button.Sub
62
- onClick={ () => {
63
- Accordion.fn.toggle( accordionID )
64
- } }
65
- >
66
- Open Accordion
67
- </Button.Sub>
68
- <Accordion
69
- accordionID={ accordionID }
70
- // defaultOpen={ false }
71
- >
72
- <Box
73
- ssCardBox
74
- padding={ 2 }
75
- >
76
- { val_value }
77
- </Box>
78
- </Accordion>
79
66
  </Column>
80
67
  </Plate>
81
68
  {/* <DesignBook