Forráskód Böngészése

docs: update readme a tad

Jonathan Kelley 4 éve
szülő
commit
57a61fb4ba
1 módosított fájl, 3 hozzáadás és 2 törlés
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -115,9 +115,10 @@ Dioxus is heavily inspired by React, but we want your transition to feel like an
 | Controlled Inputs      | ✅     | ✅    | stateful wrappers around inputs                  |
 | 1st class global state | 🛠      | ✅    | redux/recoil/mobx on top of context              |
 | NodeRef                | 🛠      | ✅    | gain direct access to nodes [1]                  |
-| CSS/Inline Styles      | 🛠      | ✅    | syntax for inline styles/attribute groups        |
+| CSS/Inline Styles      | 🛠      | ✅    | syntax for inline styles/attribute groups[2]     |
 
-[1] Currently blocked until we figure out a cross-platform way of exposing an imperative Node API
+[1] Currently blocked until we figure out a cross-platform way of exposing an imperative Node API.
+[2] Would like to solve this in a more general way. Something like attribute groups that's not styling-specific.
 
 ### Phase 2: Advanced Toolkits