Colors
Colors is designed to provide a quick and convenient way to access a range of colors via SwiftUI's Color
object. Inspiration for this package came from Chakra UI's color definitions: https://github.com/chakra-ui/chakra-ui
## Usage
import Colors
// ...
Text("Hello, World").background(Color.gray100)
Compatibility
This package is designed to work with SwiftUI and it's Color
object. Your project must make use of SwiftUI to make use of this package. In addition, the Color
paradigm was introduced in the following OS versions:
- iOS 13.0
- watchOS 6.0
- macOS 10.15
- tvOS 13.0