This sample app is available at https://source.skip.tools/skipapp-showcase.git, which can be checked out and run once Skip is installed.
Skip Component Showcase
The Skip Playground app showcases many of the components available in SkipUI.
NavigationStack
https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/ContentView.swift
Border
Examples of the Border component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/BorderPlayground.swift
Button
Examples of the Button component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/ButtonPlayground.swift
Color
Examples of the Color component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/ColorPlayground.swift
Form
Examples of the Form component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/FormPlayground.swift
Label
Examples of the Label component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/LabelPlayground.swift
ProgressView
Examples of the ProgressView component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/ProgressViewPlayground.swift
Slider
Examples of the Slider component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/SliderPlayground.swift
Spacer
Examples of the Spacer component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/SpacerPlayground.swift
Stack
Examples of the Stack component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/StackPlayground.swift
State
Examples of the State component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/StatePlayground.swift
Symbol
Examples of the Symbol component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/SymbolPlayground.swift
Text
Examples of the Text component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/TextPlayground.swift
TextField
Examples of the TextField component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/TextFieldPlayground.swift
List
Examples of the List component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/ListPlayground.swift
List with Sections
List with Collection Content
List with Fixed Content
List with ForEach Content
List with Indexed Content
List with Plain Content
List with Plain Sectioned Content
Project
This project was initialized with the command:
skip init --no-module-tests --no-build --icon-color=8E8E93 --free --zero --appid=skip.showcase.App skipapp-showcase Showcase