0.2.2 • Published 3 years ago

@skui/appwindow v0.2.2

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

@skui/appWindow

The base of any page

Index

Basic usage

This is a basic example how this component is used

<script lang="ts">
  import { AppWindow } from "@skui/appwindow";
  import { Header } from "@skui/header";
  import { List } from "@skui/list";
  import { ORANGE } from "@skui/style";
  import { SoftwareKey } from "@skui/softwarekey";
</script>

<AppWindow>
  <Header color={ORANGE}>
    <h1>Home</h1>
  </Header>

  <List />

  <SoftwareKey>
    <h5 slot="left">Left</h5>
    <h5 slot="center">Select</h5>
    <h5 slot="right">Right</h5>
  </SoftwareKey>
</AppWindow>

Example

Props

This component doesn't have any props

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