Skip to content

Commit

Permalink
Fix Kolibri sample
Browse files Browse the repository at this point in the history
  • Loading branch information
sdvg committed Dec 20, 2023
1 parent de1e1eb commit d141f61
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/samples/react/src/components/kolibri/basic.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
import React, { FC } from 'react';
import { KolKolibri, KolHeading } from '@public-ui/react';
import { SampleDescription } from '../SampleDescription';
import { KolHeading, KolKolibri } from '@public-ui/react';

export const KolibriBasic: FC = () => (
<>
<SampleDescription>
<p>Das KoliBri-Logo in verschiedenen Varianten</p>
</SampleDescription>

<KolHeading class="block" _level={3} _label="Regular" />
<KolKolibri class="block" style={{ width: 300 }} />
<KolHeading class="block" _level={3} _label="Ohne Label" />
Expand Down

0 comments on commit d141f61

Please sign in to comment.