Skip to content

Commit

Permalink
docs(breadcrumb/global): πŸ“ update style
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Nov 14, 2023
1 parent 971cdfa commit 5ae8457
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs-ve/src/components/breadcrumb/global.story.svelte
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
<script lang="ts">
import type { Hst } from '@histoire/plugin-svelte'
import style from 'shiraha-ve/dist/components/breadcrumb/global.css?inline'
import styleL from 'shiraha-ve/dist/typography/link/global.css?inline'
import styleP from 'shiraha-ve/dist/typography/paragraph/global.css?inline'
export let Hst: Hst
let icon = false
</script>

<Hst.Story title="Breadcrumb">
<Hst.Story title="Breadcrumb (global)">
<Hst.Variant title="default">
<svelte:element this={'style'}>{style}</svelte:element>
<svelte:element this={'style'}>{styleL}</svelte:element>
<svelte:element this={'style'}>{styleP}</svelte:element>
<p>Breadcrumb (Paragraph)</p>
<nav aria-labelledby="breadcrumb">
Expand Down

0 comments on commit 5ae8457

Please sign in to comment.