浏览代码

began with styling docs

Rodja Trappe 4 年之前
父节点
当前提交
9cec0b9a1e
共有 1 个文件被更改,包括 9 次插入1 次删除
  1. 9 1
      README.md

+ 9 - 1
README.md

@@ -34,7 +34,15 @@ Note: The script will automatically reload the GUI if you modify your code.
 
 ## API
 
-See [main.py](/main.py) for an example of all API calls you can make with NiceGUI.
+See [main.py](https://github.com/zauberzeug/nicegui/tree/main/main.py) for an example of all API calls you can make with NiceGUI.
+
+### Styling
+
+We use the [Quasar Framework](https://quasar.dev/) and hence have their full styling power. Each element provides a `design` property which directly correlates to the Quasar designs:
+
+```python
+ui.radio(['x', 'y', 'z'], value='x', design='inline color=green')
+```
 
 ## Plots