Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 937 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 937 Bytes

GDS Razor · Test status

Components from govuk-frontend packaged as ASP.NET partial views.

To get started add the nuget package to your project and check out the examples in the GdsRazorDemo project.


There are three projects in this repo:

GdsRazor

Contains the actual components. This is the only project that is published.

GdsRazorDemo

Mini-site with examples of every component so you can see what they look like.

GdsRazorTest

Every component is tested for accessibility using axe via Selenium.Axe. Plus there are unit tests ported from the original repo.