toolkit for nicegui
Project description
niceguiToolkit
toolkit for nicegui
📦 Install
pip install niceguiToolkit -U
layout development tool
- Jump to source code
- Visual layout style settings
- Automatically generate style code to the source file
- generate props settings for each component
- Support for tailwindcss
- Custom settings
In your program's entry file, call the inject_layout_tool
method
from nicegui import ui
from nicegui_toolkit import inject_layout_tool
# Just call it once
inject_layout_tool()
ui.label("label")
ui.label("label with style").style("width:80%;")
with ui.card(), ui.card().style(""):
ui.input("user name", placeholder="enter your name:")
ui.label("xxxx").style("width:500px;")
ui.input("password", placeholder="enter your password:").style(
"font-size:1.7rem;color:#a12d2d"
)
ui.run()
If you are using PyCharm:
from nicegui import ui
from nicegui_toolkit import inject_layout_tool
inject_layout_tool(ide="pycharm")
...
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
niceguitoolkit-0.2.1.tar.gz
(139.2 kB
view details)
Built Distribution
File details
Details for the file niceguitoolkit-0.2.1.tar.gz
.
File metadata
- Download URL: niceguitoolkit-0.2.1.tar.gz
- Upload date:
- Size: 139.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.2 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f66bed6d8e6868ed2a5b33857acd6f3183409af10e2eb5e58e7ff066fe90b50 |
|
MD5 | 2d2a8c1f3c54b7deba44fc51b7db1b4b |
|
BLAKE2b-256 | ed4694cefa597fd32316bad283576805fc35447aba9df5c708326b09ca985498 |
File details
Details for the file niceguitoolkit-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: niceguitoolkit-0.2.1-py3-none-any.whl
- Upload date:
- Size: 145.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.2 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea549a2f5b1a2f8358b077756d5c71d1cfaf1a4798f41ba0ed1484f710152582 |
|
MD5 | ec3dd284101ee99c8c68d3bedb86996e |
|
BLAKE2b-256 | 71721fb5d379e43f3729709d5291eadeefab605576b437ff78c18c13777f6f47 |