Menu

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.

Screenshot

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

Border Preview Screenshot

Button

Examples of the Button component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/ButtonPlayground.swift

Button Preview Screenshot

Color

Examples of the Color component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/ColorPlayground.swift

Color Preview Screenshot

Form

Examples of the Form component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/FormPlayground.swift

Form Preview Screenshot

Label

Examples of the Label component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/LabelPlayground.swift

Label Preview Screenshot

ProgressView

Examples of the ProgressView component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/ProgressViewPlayground.swift

ProgressView Preview Screenshot

Slider

Examples of the Slider component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/SliderPlayground.swift

Slider Preview Screenshot

Spacer

Examples of the Spacer component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/SpacerPlayground.swift

Spacer Preview Screenshot

Stack

Examples of the Stack component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/StackPlayground.swift

Stack Preview Screenshot

State

Examples of the State component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/StatePlayground.swift

State Preview Screenshot

Symbol

Examples of the Symbol component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/SymbolPlayground.swift

Symbol Preview Screenshot

Text

Examples of the Text component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/TextPlayground.swift

Text Preview Screenshot

TextField

Examples of the TextField component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/TextFieldPlayground.swift

TextField Preview Screenshot

List

Examples of the List component, which can be seen at https://source.skip.tools/skipapp-playground/blob/main/Sources/AppUI/ListPlayground.swift

List Preview Screenshot

List with Sections

List Preview Screenshot

List with Collection Content

List Preview Screenshot

List with Fixed Content

List Preview Screenshot

List with ForEach Content

List Preview Screenshot

List with Indexed Content

List Preview Screenshot

List with Plain Content

List Preview Screenshot

List with Plain Sectioned Content

List Preview Screenshot

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