@gsa-tts/graymatter-ui 0.3.3 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -190,11 +190,12 @@ Components support communication between different applications:
|
|
|
190
190
|
|
|
191
191
|
## Component Documentation
|
|
192
192
|
|
|
193
|
-
|
|
194
|
-
- **[DesktopSideNav External Control](./docs/NAVIGATION_CONTROL.md)** - Event-based control system for desktop navigation
|
|
193
|
+
Detailed documentation for specific components is available in the package:
|
|
195
194
|
|
|
196
|
-
|
|
197
|
-
- **[
|
|
195
|
+
- **[NAVIGATION_CONTROL.md](https://github.com/GSA-TTS/usai-gov/blob/main/packages/ui/NAVIGATION_CONTROL.md)** - DesktopSideNav external control system with event-based API
|
|
196
|
+
- **[PROFILE_MENU.md](https://github.com/GSA-TTS/usai-gov/blob/main/packages/ui/PROFILE_MENU.md)** - ProfileMenu component usage and event handling
|
|
197
|
+
|
|
198
|
+
These files are also included with the package in your `node_modules/@gsa-tts/graymatter-ui/` directory. If you don't have access to the private repository, you can find the documentation files locally after installation.
|
|
198
199
|
|
|
199
200
|
## Framework Support
|
|
200
201
|
|