AppBar and Card widget #3357
Yuerchu
started this conversation in
Ideas / Feature Requests
Replies: 1 comment 2 replies
-
from nicegui import ui
with ui.element('q-bar').classes('w-full'):
ui.space()
ui.icon('bluetooth')
ui.icon('signal_cellular_4_bar')
ui.icon('signal_wifi_4_bar')
ui.icon('battery_full')
with ui.card().classes('w-96 h-96'):
ui.label('Test Text')
ui.run(native=True,reload=True) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
English from machine translate
I just came across this component library today and it blew me away. It's a nearly perfect one 'cause it's super easy for beginners like me to handle, and it's quite similar to Material Design :)
It would be much better if some libraries were added, like AppBar, Card, and so on.
今天刚刚看到这个组件库,惊艳到我了,这是一个无限趋近于完美的库,因为它能让我这个初学者都轻易上手,而且很像Material Design :)
如果能加上一些库就更完美了,比如AppBar、Card等等。
Beta Was this translation helpful? Give feedback.
All reactions