React UI component libraries for the government.
Install govui with npm
npm:
npm install govuiyarn:
yarn add govuiHere is an example of a basic app using Gov UI's Input component:
import * as React from 'react'
import Input from 'govui/ph/Input'
function App() {
return <Input type="text" name="example"/>
}Contributions are always welcome!
See contributing.md for ways to get started.
All notable changes to this project will be documented in this changelog file.