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.2.tar.gz
(140.6 kB
view details)
Built Distribution
File details
Details for the file niceguitoolkit-0.2.2.tar.gz
.
File metadata
- Download URL: niceguitoolkit-0.2.2.tar.gz
- Upload date:
- Size: 140.6 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 | ad2563bc5d0dc9a360c93f3d35f36833dd7d774d812876f5171aa95792a32be7 |
|
MD5 | 90294f7e4ad82788036afd08e8ceef4a |
|
BLAKE2b-256 | 9b1a0eb450d5d6db97acacbfb6e51827c86fd99cbf55661af9eead3993298fb8 |
File details
Details for the file niceguitoolkit-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: niceguitoolkit-0.2.2-py3-none-any.whl
- Upload date:
- Size: 146.8 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 | fc82455d891a01edac7cb17734dbef41a220499410b95e0ab8fed77829fa34c2 |
|
MD5 | e6974d0af53fef43d8cb435f014047ec |
|
BLAKE2b-256 | 29d678b1ac6b03d8feb3462e03f2908cb9c79ded79bf49c5644eb3af6ab556e6 |