konstaui / konstaui.com

Konsta UI website
https://konstaui.com
30 stars 13 forks source link

Minor typo on Svelte-Kit Example Page #14

Closed spiffyguy closed 1 year ago

spiffyguy commented 1 year ago

URL: https://konstaui.com/svelte/svelte-kit#example-page

In the example, you import the "Button" (capital 'B') component at the top but in the html you use a lowercase 'b' which means it does not use the proper Button component.

Broken: image

Working: <Block strong class="flex space-x-4"> <Button>Button 1</Button> <!-- Capital 'B' --> <Button>Button 2</Button> <!-- Capital 'B' --> </Block>

Very minor, just thought I would mention! Love Konsta UI!