add several builders for AttrsWithContentBuilder

This commit is contained in:
2022-05-19 14:15:05 +06:00
parent 3afe6c2815
commit d78acce3c5
2 changed files with 23 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ import org.w3c.dom.HTMLDivElement
@Composable
fun DropArea(
attrs: Attrs<HTMLDivElement> = Attrs.empty(),
inputAttrs: InputAttrs<String> = Attrs.empty(),
inputAttrs: InputAttrs<String> = InputAttrs.empty(),
contentBuilder: ContentBuilder<HTMLDivElement> = {}
) = Div(
{