-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# VA Mobile Design Library Assets | ||
This repository contains static assets such as fonts and SVG icons for use by VA mobile applications. It does not contain any code, so it is up to the consumer to import these assets into their app. | ||
|
||
See example usage in [Icon component](https://github.com/department-of-veterans-affairs/va-mobile-library/blob/main/packages/components/src/components/Icon/Icon.tsx) in [mobile-component-library](https://github.com/department-of-veterans-affairs/va-mobile-library/blob/main/packages/components/package.json) which can also be passed custom SVGs. | ||
The [components package](https://github.com/department-of-veterans-affairs/va-mobile-library) contains an Icon convenience component that makes leveraging both the assets package icons and custom ones easy. See code for the [Icon component](https://github.com/department-of-veterans-affairs/va-mobile-library/blob/main/packages/components/src/components/Icon/Icon.tsx). Additional documentation can be found in the [Design System section](https://department-of-veterans-affairs.github.io/va-mobile-app/design/Intro) of VA Mobile docs. |