Sha256: b8fb793ad91b1323f94de08c99d0dd808d9438d1b393a38f2a202ba85a0ec279
Contents?: true
Size: 421 Bytes
Versions: 979
Compression:
Stored size: 421 Bytes
Contents
![nav-horizontal-bold](https://github.com/powerhome/playbook/assets/54749071/f55f31c5-dbf9-40e2-9f08-6a075c7cb56b) ```swift @State private var selectedHBold: Int = 1 PBNav( selected: $selectedHBold, variant: .bold, orientation: .horizontal, borders: false ) { PBNavItem("Photos") PBNavItem("Music") PBNavItem("Video") PBNavItem("Files") } ```
Version data entries
979 entries across 979 versions & 2 rubygems