feat(docs): nightly mode enable prompt

This commit is contained in:
luoxiao 2024-09-02 22:52:26 +08:00 committed by luoxiaozero
parent a4a0499a22
commit 866ce63b07

View file

@ -6,6 +6,12 @@ Installation thaw
cargo add thaw --features=csr
```
<MessageBar intent=MessageBarIntent::Warning>
<MessageBarBody>
"If you are using the nightly feature in Leptos, please enable Thaw's nightly as well."
</MessageBarBody>
</MessageBar>
## Usage
You just need to import thaw and use it.