Skip to content

Commit 67ad8dd

Browse files
committed
docs(button): fix stale package scope in JSDoc
This JSDoc block generates the public Button API page, so the rendered docs told users to install @kitsuine/components, which was never published. Last remaining reference to the pre-rename scope.
1 parent b1addd0 commit 67ad8dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ui/button/button.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export type ButtonElement = React.ReactElement<ButtonProps>;
128128
* @overview-example ButtonStyling
129129
* Button and it's inner views can be styled by passing them as function components.
130130
* ```
131-
* import { Button, Text } from '@kitsuine/components';
131+
* import { Button, Text } from '@ui-kitten/components';
132132
*
133133
* <Button style={...}>
134134
* {evaProps => <Text {...evaProps}>BUTTON</Text>}

0 commit comments

Comments
 (0)