streamlit-react-components 0.1.0__py3-none-any.whl → 1.0.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- streamlit_react_components/__init__.py +2 -0
- streamlit_react_components/_frontend/index.css +1 -1
- streamlit_react_components/_frontend/index.js +3877 -20
- streamlit_react_components/common/__init__.py +2 -0
- streamlit_react_components/common/button_group.py +13 -1
- streamlit_react_components/common/plotly_chart.py +284 -0
- streamlit_react_components/common/section_header.py +33 -3
- streamlit_react_components/common/stat_card.py +84 -3
- streamlit_react_components/form/checkbox_group.py +11 -0
- streamlit_react_components/form/form_slider.py +12 -1
- streamlit_react_components-1.0.4.dist-info/METADATA +877 -0
- streamlit_react_components-1.0.4.dist-info/RECORD +22 -0
- {streamlit_react_components-0.1.0.dist-info → streamlit_react_components-1.0.4.dist-info}/WHEEL +1 -1
- streamlit_react_components-0.1.0.dist-info/METADATA +0 -18
- streamlit_react_components-0.1.0.dist-info/RECORD +0 -21
- {streamlit_react_components-0.1.0.dist-info → streamlit_react_components-1.0.4.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
streamlit_react_components/__init__.py,sha256=-m5OJx0vsfzD6k2m_2X8eMQXi9pgkreAuDZJoVWbdJ0,673
|
|
2
|
+
streamlit_react_components/_frontend/index.css,sha256=-N2Wob3h_cuniItix5uShDbmbTjIUwFFTv-SS29u3N4,26566
|
|
3
|
+
streamlit_react_components/_frontend/index.html,sha256=CjBEtVYlgT_q06BE16EHFrUrJZ6z0MCprrTg7qgAWzw,381
|
|
4
|
+
streamlit_react_components/_frontend/index.js,sha256=wBWiTl5EOm5XvtUlqpVGJ7u3dhneT2YqLu6VBo1-r_s,5217498
|
|
5
|
+
streamlit_react_components/common/__init__.py,sha256=xUKaw_X2B2xd6AqW8oLzHupGp-TX3Fij0FjhMNwd-vs,550
|
|
6
|
+
streamlit_react_components/common/button_group.py,sha256=g38gpR62dQ8KLd3JyANvGonT6tf-tyooIjC6t3O4iH0,2225
|
|
7
|
+
streamlit_react_components/common/chart_legend.py,sha256=So703OO-sI6SWrSVGKH0OTiI-smr4luqgBtXQ9GwIlI,1377
|
|
8
|
+
streamlit_react_components/common/data_table.py,sha256=dEvRxCBejvoye7jsqGcdsh_Ox-VeRpWMHgaAi-qv5HM,2142
|
|
9
|
+
streamlit_react_components/common/metric_row.py,sha256=abDfSrLvZO8MK2gglvE98L5U0Fx2NfNHGF5bBnfqR5I,1257
|
|
10
|
+
streamlit_react_components/common/panel.py,sha256=O4URjnK8u9_byFzDO9RAFdpXjzNdxpXY1CX8gEEK1pY,1094
|
|
11
|
+
streamlit_react_components/common/plotly_chart.py,sha256=px1pITa8GSYl_TTg4KzX81nQy_F-9XwUV_91fR7d0po,9368
|
|
12
|
+
streamlit_react_components/common/section_header.py,sha256=2sVLWHjHx2WdhbVVLBgs5shwUUbw6lbAKbsAwiwIWpg,2983
|
|
13
|
+
streamlit_react_components/common/stat_card.py,sha256=e72xc-x4Rse2A9UPrZ5HCNB2W4ltqn1YV7qc0hdFlx8,4311
|
|
14
|
+
streamlit_react_components/common/step_indicator.py,sha256=araovSL_c5h66PawZBf5IlQbVoxXwE9kD0H10ZopVoU,1370
|
|
15
|
+
streamlit_react_components/form/__init__.py,sha256=XP9oBEHSwLTNqu88sYm0F_n828yzPStDJl3N62HxVvc,222
|
|
16
|
+
streamlit_react_components/form/checkbox_group.py,sha256=LbwfyIRKjTnWOB-a4OL2-vJXAJ9QpXhbrbdUz5bBdW4,2100
|
|
17
|
+
streamlit_react_components/form/form_select.py,sha256=KILKVUO-Elb0nqbTEImxyoGQQrnZ_jft30iJSbY5ksk,1946
|
|
18
|
+
streamlit_react_components/form/form_slider.py,sha256=4w9h-d-9yAHg3ZqUHCZGzsfUG3lP5OTwVrDo5sZAnfQ,2032
|
|
19
|
+
streamlit_react_components-1.0.4.dist-info/METADATA,sha256=qCBshbvVJvLHgorhIsl8nR5143CGxKnWhVS_pCTuxag,21677
|
|
20
|
+
streamlit_react_components-1.0.4.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
|
|
21
|
+
streamlit_react_components-1.0.4.dist-info/top_level.txt,sha256=3JFrl15-Uewx3BFMSzqrBufF9GmTS1LDKfShmg0R9VE,27
|
|
22
|
+
streamlit_react_components-1.0.4.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: streamlit-react-components
|
|
3
|
-
Version: 0.1.0
|
|
4
|
-
Summary: Reusable React-based Streamlit components with Tailwind CSS styling
|
|
5
|
-
License: MIT
|
|
6
|
-
Project-URL: Homepage, https://github.com/your-org/streamlit-react-components
|
|
7
|
-
Classifier: Development Status :: 3 - Alpha
|
|
8
|
-
Classifier: Intended Audience :: Developers
|
|
9
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
10
|
-
Classifier: Programming Language :: Python :: 3
|
|
11
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
16
|
-
Requires-Python: >=3.8
|
|
17
|
-
Description-Content-Type: text/markdown
|
|
18
|
-
Requires-Dist: streamlit>=1.24.0
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
streamlit_react_components/__init__.py,sha256=UFqSg3IlXb1-E_PgJQFEUh-MWjoooGz1Gyq_kVlibBk,635
|
|
2
|
-
streamlit_react_components/_frontend/index.css,sha256=bD7Zbx8DaCKY8pD1NDxEIdnKE6LKrg4Tha5r8k3_Leg,9919
|
|
3
|
-
streamlit_react_components/_frontend/index.html,sha256=CjBEtVYlgT_q06BE16EHFrUrJZ6z0MCprrTg7qgAWzw,381
|
|
4
|
-
streamlit_react_components/_frontend/index.js,sha256=nXjpPEeTg84ip8r1yLUa9m5402XqPV93UBas4rnYrvk,328827
|
|
5
|
-
streamlit_react_components/common/__init__.py,sha256=WEyVUIRkwspYAyll6fhuoBGD5HKVQpBLR9CjYEQqyu8,491
|
|
6
|
-
streamlit_react_components/common/button_group.py,sha256=8g8L79i-tjFuheAqJUe46mRzEFlcDfbjMpYNF8Hui58,1698
|
|
7
|
-
streamlit_react_components/common/chart_legend.py,sha256=So703OO-sI6SWrSVGKH0OTiI-smr4luqgBtXQ9GwIlI,1377
|
|
8
|
-
streamlit_react_components/common/data_table.py,sha256=dEvRxCBejvoye7jsqGcdsh_Ox-VeRpWMHgaAi-qv5HM,2142
|
|
9
|
-
streamlit_react_components/common/metric_row.py,sha256=abDfSrLvZO8MK2gglvE98L5U0Fx2NfNHGF5bBnfqR5I,1257
|
|
10
|
-
streamlit_react_components/common/panel.py,sha256=O4URjnK8u9_byFzDO9RAFdpXjzNdxpXY1CX8gEEK1pY,1094
|
|
11
|
-
streamlit_react_components/common/section_header.py,sha256=HaochqnbSI2lAIU8zXzqMYRIofqGMRbumQOmBMxQle4,1762
|
|
12
|
-
streamlit_react_components/common/stat_card.py,sha256=l3amtS0JpRqoiZSqdcS2HfE3FxFlzOlIgR8aPX0fnOo,1433
|
|
13
|
-
streamlit_react_components/common/step_indicator.py,sha256=araovSL_c5h66PawZBf5IlQbVoxXwE9kD0H10ZopVoU,1370
|
|
14
|
-
streamlit_react_components/form/__init__.py,sha256=XP9oBEHSwLTNqu88sYm0F_n828yzPStDJl3N62HxVvc,222
|
|
15
|
-
streamlit_react_components/form/checkbox_group.py,sha256=NLNJW1Ql60PnFj0FdH6Q0gUAGx2NOVNI9geIG-NG8G4,1779
|
|
16
|
-
streamlit_react_components/form/form_select.py,sha256=KILKVUO-Elb0nqbTEImxyoGQQrnZ_jft30iJSbY5ksk,1946
|
|
17
|
-
streamlit_react_components/form/form_slider.py,sha256=iRkPr4hg1vpsNjFF8paZ3jRb3hA1iU3Jp7WairZD_t4,1730
|
|
18
|
-
streamlit_react_components-0.1.0.dist-info/METADATA,sha256=ti4sKyC1IBE4v3jKUFYqxZeXMB4Cslee1jHuob5vF_0,774
|
|
19
|
-
streamlit_react_components-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
20
|
-
streamlit_react_components-0.1.0.dist-info/top_level.txt,sha256=3JFrl15-Uewx3BFMSzqrBufF9GmTS1LDKfShmg0R9VE,27
|
|
21
|
-
streamlit_react_components-0.1.0.dist-info/RECORD,,
|
|
File without changes
|