Missing enumerations or CSS class in sample Blazor Grid

I'm trying to create an editable data grid and when I copied the code in I'm seeing lots of errors with the size and buttons style ButtonSize.Small, ButtonStyle.Secondary, ButtonStyle.Danger
where do these all exist and what do I need to do to get this working. All says doesn't exist in the current context.

You are missing @using Radzen, everything you need is here:
https://blazor.radzen.com/get-started

Got it thanks I knew is should be something simple I had a using for Radzen.Blazor but not Radzen cheers..