add plain header UI Shell example (#459)

* chore: update codeowners

* docs: clean-up README

* docs(ui-shell): add plain header example

* docs: revise down the number of components

Although technically this library exports 150+ components, fewer than 50 are documented.
This commit is contained in:
Eric Liu 2020-12-11 05:04:42 -08:00 committed by GitHub
commit 6ee0bab0d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 59 additions and 12 deletions

View file

@ -26,8 +26,14 @@ components: ["Header",
import Preview from "../../components/Preview.svelte";
</script>
### Header
<FileSource src="/framed/UIShell/Header" />
### Header with side navigation
The hamburger menu will automatically be rendered if the `SideNav` component is used.
<FileSource src="/framed/UIShell/HeaderNav" />
### Header with app switcher