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
624078636b
budibase
/
packages
/
standard-components
/
src
/
DataFormWide.svelte
8 lines
99 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"
Form: success notifier on save + configurable button text
2020-07-06 17:24:44 +02:00
Add lots of new work on client library rewrite
2020-11-17 13:08:24 +01:00
export let styles
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
Update all components to be renderable and styleable
2020-11-18 22:06:12 +01:00
<
Form
{
styles
}
wide
/>