Skip to content
forked from allancolibao/govui

React UI component libraries for government

License

Notifications You must be signed in to change notification settings

DOST-NRCP/govui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published