Replies: 1 comment 1 reply
-
Check out this page that uses a single signature razor component in a XAML page. https://github.com/dotnet/maui-samples/blob/main/7.0/Apps/PointOfSale/src/PointOfSale/Pages/Handheld/SignaturePage.xaml#L23 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to workaround this nasty bug that completely blocks me (#15147), I would like to try to create a custom button component using the HTML + CSS (Razer Class Library), but so far I've only seen whole screens created as Razor Components, I would like to use only a single tiny component, is it even possible?
Would the data bindings work for this component? Has anyone done it before?
Beta Was this translation helpful? Give feedback.
All reactions