Shaders for Kni framework.
example:
// Initialize
gridComponent = new InfiniteGridComponent(GraphicsDevice, Content);
Components.Add(gridComponent);
// Update
gridComponent.Projection = projection;
gridComponent.View = view;
gridComponent.EditMatrix = Matrix.Identity; // XY plane