Skip to content

Commit

Permalink
Updated the page
Browse files Browse the repository at this point in the history
Signed-off-by: AbhishekReddy1127 <[email protected]>
  • Loading branch information
AbhishekReddy1127 committed Feb 27, 2023
1 parent dcdecd8 commit 9a02c58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src-docs/src/views/beacon/beacon_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import { beaconConfig } from './playground';

import Beacon from './beacon';
import { OuiCallOut } from '../../../../src/components/call_out';
import { OuiSpacer } from '../../../../src/components/spacer';
const beaconSource = require('!!raw-loader!./beacon');
const beaconHtml = renderToHtml(Beacon);
const beaconSnippet = '<OuiBeacon />';
Expand All @@ -45,6 +46,7 @@ export const BeaconExample = {
color="warning"
title="OuiBeacon should only be used in conjunction with OuiTour."
/>
<OuiSpacer/>
<p>
Use the <strong>OuiBeacon</strong> component to draw visual
attention to a specific location or element.
Expand Down

0 comments on commit 9a02c58

Please sign in to comment.