Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 542 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 542 Bytes

caaaption design system

A design system for caaaption built with SwiftUI.

NOTE: This project is in alpha stage. It is in active development and is subject to change.

Install

To install this package using SwiftPM:

dependencies: [
  .package(
    url: "https://github.com/caaaption/design-system",
    from: "0.1.0"
  ),
]
targets: [
  .target(name: "MyApp", dependencies: [
    .product(name: "Spinner", package: "design-system"),
  ]),
]

License

For more information see our full license.