Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
docs: added import example to GoldenLayoutComponent docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Slowki committed Mar 19, 2018
1 parent f636ee9 commit 48e40ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/GoldenLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ export type GoldenLayoutComponentProps = {|
/**
* Create a GoldenLayout instance
* @example
* import GoldenLayout, { Row, Stack, createGoldenLayoutComponent } from 'react-golden-layout';
* ...
* <GoldenLayout className="golden-layout-holder">
* <Row>
* <Stack>
Expand Down

0 comments on commit 48e40ed

Please sign in to comment.