@gitlab/ui
Version:
GitLab UI Components
13 lines (10 loc) • 389 B
JavaScript
import { documentedStoriesOf } from '../../../../../documentation/documented_stories';
const template = `
<div>
<h3>The Tab component should not be used on its own</h3>
<p><code><gl-tab /></code> can only be used with <code><gl-tabs /></code> as the immediate parent</p>
</div>
`;
documentedStoriesOf('base/tabs/tab', '').add('default', () => ({
template,
}));