ni / nimble

The NI Nimble Design System
https://nimble.ni.dev
MIT License
29 stars 9 forks source link

Improve API docs for anchor and tab components #2126

Closed jattasNI closed 1 month ago

jattasNI commented 1 month ago

Pull Request

๐Ÿคจ Rationale

As part of #824 we want to improve the accuracy and comprehensiveness of our storybook API documentation. This PR covers:

๐Ÿ‘ฉโ€๐Ÿ’ป Implementation

  1. Followed same patterns as previous PRs to restructure MDX files and to add API categories to story files
  2. Refactored anchor tab and tab to include separate stories for their child components, similar to what I did for menu

๐Ÿงช Testing

Storybook exploration

โœ… Checklist