2.0.0 • Published 2 years ago

@18f/identity-components v2.0.0

Weekly downloads
-
License
CC0-1.0
Repository
github
Last release
2 years ago

@18f/identity-components

React components for common UI interactions. These components are intended to be general-purpose and reusable, whereas domain-specific React components should be found in the package corresponding to the specific page or feature.

Many of these components are React implementations for components of the Login.gov Design System.

Example

import { Button } from '@18f/identity-components';

function MyComponent() {
  return <Button isUnstyled>Continue</Button>;
}
2.0.0

2 years ago

2.0.0-beta0.1

2 years ago

1.0.0

2 years ago

1.0.0-beta0.2

2 years ago

1.0.0-beta0.1

2 years ago