Skip to content

allancolibao/govui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Gov UI

React UI component libraries for the government.

Installation

Install govui with npm

npm:

  npm install govui

yarn:

  yarn add govui

Getting started with Gov UI

Here 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"/>
}

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

License

MIT License

Change Log

All notable changes to this project will be documented in this changelog file.

About

React UI component libraries for government

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors