소스 검색

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