Skip to content

ocean-ds/ocean-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,068 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Ocean iOS

Actions Status Sonarcloud Status GitHub License GitHub last commit Conventional Commits Conventional Commits Discord Server

This project provides a toolkit for ios that implements the Ocean design system.


Installation

To integrate Ocean iOS into your project using Swift Package Manager, follow these steps:

  1. Open your project in Xcode.
  2. Go to File > Add Packages....
  3. Enter the repository URL:
    https://github.com/ocean-ds/ocean-ios.git
    
  4. Choose the version rule (e.g., Up to Next Major Version).
  5. Select Add Package to include it in your project.

Alternatively, add the following dependency to your Package.swift file:

dependencies: [
    .package(url: "https://github.com/ocean-ds/ocean-ios.git", from: "1.0.0")
]

Then, import the package where needed:

import OceanComponents

Usage

import SwiftUI
import OceanComponents

...

var textListItem: OceanSwiftUI.TextListItem = {
    OceanSwiftUI.TextListItem { textListItem in
        textListItem.parameters.title = "Title 1"
        textListItem.parameters.description = "Description"
    }
}

Contributing

Whether you're helping us fix bugs, improve the docs, or spread the word, we'd love to have you as part of this project! 💙 Read below to learn how you can take part of it.

Code of Conduct

We adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

Contributing Guide

Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes.

Good First Issues

To help you get your feet wet and get you familiar with our contribution process, we have a list of good first issues that contain bugs which have a relatively limited scope. This is a great place to get started.

Join our community

Join our discord server to get the latest updates, chat with other Ocean enthusiasts, and see what's happening in the community!

License

All packages are licensed under the terms of the GPL-3.0 License.

About

Blu's Design System for iOS

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Contributors 14

Languages