@skui/header
TypeScript icon, indicating that this package has built-in type declarations

0.2.2 • Public • Published

@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

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

Readme

Keywords

none

Package Sidebar

Install

npm i @skui/header

Weekly Downloads

2

Version

0.2.2

License

MIT

Unpacked Size

5.92 kB

Total Files

10

Last publish

Collaborators

  • wjtje