Types

public enum Types : CaseIterable

Style is a enum that represents style values for NatAvatar component.

These are the allowed styles for a NatAvatar:

  • icon
  • label
  • image

    Requires

    It’s necessary to configure the Design System with a theme or fatalError will be raised.

    DesignSystem().configure(with: AvailableTheme)

  • Undocumented

    Declaration

    Swift

    case icon
  • Undocumented

    Declaration

    Swift

    case label
  • Undocumented

    Declaration

    Swift

    case image