Sha256: 8da2ddde113f7f457ae8c2cc6b9165ff5dfebaca7dd3c0d27c1ed56711bcf4e6
Contents?: true
Size: 787 Bytes
Versions: 979
Compression:
Stored size: 787 Bytes
Contents
### Props | Name | Type | Description | Default | Values | | --- | ----------- | --------- | --------- | --------- | | **selected** | `Int` | Sets selected to current index | `0` | | | **currentHover** | `Int?` | Sets the current hover state to the current index| | | | **variant** | `Variant` | Sets variant for nav | `.normal` | `normal` `subtle` `bold` | | **orientation** | `Orientation` | Changes the orientation of nav | `.vertical` | `horizontal` `verticle` | | **title** | `String?` | Sets title of nav | | | | **borders** | `Bool` | Boolean value for whether nav items have a border or not | `true` | `true` `false` | | **highlight** | `Bool` | Boolean value for adding a highlight to nav | `true` | `true` `false` | | **views** | `[AnyView]` | An Array of AnyView | | |
Version data entries
979 entries across 979 versions & 2 rubygems