Skip to content

Commit

Permalink
add support for input field styles
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Mar 4, 2024
1 parent 2f4ae28 commit 561a321
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="streamfy",
version="0.2.3",
version="0.2.4",
author="",
author_email="",
description="",
Expand Down
5 changes: 4 additions & 1 deletion streamfy/frontend/src/Streamfy.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<template>
<span>
<b-field
ref="field" :label="label"
ref="field"
:label="args.label"
:type="args.type"
:message="args.message"
:class="'sy-' + args.component"
>
<b-breadcrumb
Expand Down

0 comments on commit 561a321

Please sign in to comment.