import Legend from "./_legend.md";
| Class |
Native (StyleSheet) |
Web (CSS) |
{(props.supported || []).map((value, index) => (
| {value} |
✅ |
✅ |
))}
{(props.partial || []).map((value, index) => (
| {value} |
✔️ |
✅ |
))}
{(props.none || []).map((value, index) => (
| {value} |
❌ |
✅ |
))}