We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// const const Container = () => { return <></>; } // function function Container () { return <></>; }
subset of react, with different imports handling react vs preact - the differences
References
#163
#160
Flutter support has different qualifications. Since it was supported before any others, we shall focus on supporting all previous highlight features.
Theme.of(context).textStyle.style
Colors.name
FlatButton
Center
LinearGradient
Icons.icon_name
StrutStyle.height
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Web
React
Preact
subset of react, with different imports handling
react vs preact - the differences
References
Vue
Svelte
#163
Solid JS
#160
Vanilla
Flutter
Theme.of(context).textStyle.style
supportColors.name
Named color supportFlatButton
supportCenter
supportLinearGradient
supportIcons.icon_name
supportStrutStyle.height
supportThe text was updated successfully, but these errors were encountered: