mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
feat(docs): nightly mode enable prompt
This commit is contained in:
parent
a4a0499a22
commit
866ce63b07
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,12 @@ Installation thaw
|
||||||
cargo add thaw --features=csr
|
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
|
## Usage
|
||||||
|
|
||||||
You just need to import thaw and use it.
|
You just need to import thaw and use it.
|
||||||
|
|
Loading…
Add table
Reference in a new issue