Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OUI Docs] Updated the section Beacon #367

Merged
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src-docs/src/views/beacon/beacon_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ import { OuiBeacon, OuiText } from '../../../../src/components';
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 @@ -40,6 +42,11 @@ export const BeaconExample = {
],
text: (
<OuiText>
<OuiCallOut
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