- Launch Xcode and open your existing project or create a new one.
- Click on File > Add Package Dependencies...
- In the Add Package window, enter the Git URL:
https://github.com/Erikote04/SwiftUI-Components.git
- Choose a dependency rule
- Click Add Package.
- Open any Swift file where you want to use the package.
- Import the module:
import SwiftUIComponents
- Read the documentation of the styles and components that you want to use
- Start using the provided styles and components