Skip to content

Commit ecb00e6

Browse files
committed
Add demo form block
1 parent 92b1cd5 commit ecb00e6

File tree

8 files changed

+572
-124
lines changed

8 files changed

+572
-124
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ fail_fast: true
22

33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.12.3
5+
rev: v0.12.5
66
hooks:
77
- id: ruff-check
88
files: ^reflex_ui/

demo/assets/css/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@
11311131
}
11321132

11331133
* {
1134-
@apply border-secondary-6 outline-primary-6 font-sans;
1134+
@apply border-secondary-6 outline-primary-6;
11351135
}
11361136

11371137
body {

reflex_ui/blocks/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Blocks for the Reflex UI library."""

0 commit comments

Comments
 (0)