0.2.2 • Published 3 years ago

@skui/header v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@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>

Example

Props

NameTypeDescriptionDocumentation
colorKaiOS_colorThis defines the background and foreground color of the header@skui/styles

License

MIT License

Copyright (c) 2021 Wouter van der Wal

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago