bitplatform
bitplatform copied to clipboard
Build all of your apps using what you already know and love ❤️
Currently, the `Playground` project does not have the required implementations to provide the `PreRendering` feature which is available in the TodoTemplate project. It is needed to have this feature in...
Add **DetailsList** Component based on [Microsoft FluentUI Design](https://developer.microsoft.com/en-us/fluentui#/controls/web/detailslist).
Currently, in order to create a concrete type of a generic component the following line is implemented: ```cs var concreteComponentType = componentType.IsGenericType ? componentType.MakeGenericType(typeof(string)) : componentType; ``` in this line...
It is required to develop the `Social login` feature for the template project. The Google authentication is enough for now.
Currently, there are some fonts embedded in the Bit Components project which can be simply removed to reduce the size of the NuGet package. The `Segoe-UI fonts are available on...
By removing the redundant font files (#2098) it's better to remove the `BitIconName` enum and its infrastructure from all over the components project and move its functionality to the assets...
The `component-details` API which is implemented in the `Playground.Api` project, needs to be tested and used in the demo pages of the components.
The default value of parameters with an interface type is returned incorrectly in the result of the component-details API as follows: 
The icon page renders with delay. This delay is probably because of the number of icons rendered on this page.