@skui/header
v0.2.2
Published
Svelte KaiOS UI - Header
Downloads
3
Readme
@skui/header
Index
Basic usage
This is a basic example how this component is used
<script lang="ts">
import { Header } from "@skui/header";
import { ORANGE } from "@skui/style";
</script>
<Header color={ORANGE}>
<h1>Home</h1>
</Header>
Props
| Name | Type | Description | Documentation | | ----- | ------------------------------------------------------------------------------------ | -------------------------------------------------------------- | ------------------------------------------------------------------------------------- | | color | KaiOS_color | This defines the background and foreground color of the header | @skui/styles |
License
MIT License
Copyright (c) 2021 Wouter van der Wal