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
d5b7536578
budibase
/
packages
/
materialdesign-components
/
src
/
index.js
4 lines
99 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Aliasing config and additional test button component for test app (#66) * Fix for field modal infinite render loop once closed from click away * Added rollupgenerators to md to keep builder happy * Beginning the button component and general setup * Aliasing config and additional test button component for test app
2020-01-28 14:00:05 +01:00
export
{
default
as
h1
}
from
"./H1.svelte"
;
export
{
default
as
button
}
from
"./Button.svelte"
;
md components - getting TestApp to work (#63)
2020-01-27 16:26:38 +01:00