This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
498d627337
budibase
/
packages
/
standard-components
/
src
/
DataFormWide.svelte
6 lines
69 B
Svelte
Raw
Normal View
History
Unescape
Escape
WIP Form Component Design Update Wide form added Boolean button fixed
2020-06-29 17:32:51 +02:00
<
script
>
Unify DataForm and DataFormWide by using single component with BBUI styles
2020-10-08 11:42:53 +02:00
import Form from "./Form.svelte"
WIP Form Component Design Update Wide form added Boolean button fixed
2020-06-29 17:32:51 +02:00
<
/
script
>
Formatting and linting done
2020-06-29 20:55:27 +02:00
Add support for full depth data binding
2020-11-20 10:50:10 +01:00
<
Form
wide
/
>