Skip to content

Commit

Permalink
docs(ui-tabs): mark Tab as utility component
Browse files Browse the repository at this point in the history
  • Loading branch information
joyenjoyer committed Apr 30, 2024
1 parent 8aaab5d commit 2ce4cbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/ui-tabs/src/Tabs/Tab/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ import generateComponentTheme from './theme'
import type { TabsTabProps } from './props'
import { allowedProps, propTypes } from './props'

/**
---
category: components/utilities
---
**/
@withStyle(generateStyle, generateComponentTheme)
class Tab extends Component<TabsTabProps> {
static readonly componentId = 'Tabs.Tab'
Expand Down

0 comments on commit 2ce4cbf

Please sign in to comment.