File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 22
33> Committed but unreleased changes are put here, at the top. Older releases are detailed chronologically below.
44
5+ ## 2.26.1 (2025-05-30)
6+
7+ #### Fixed
8+
9+ - ` vertical-pill-tabs `
10+
511## 2.26.0 (2025-05-30)
612
713#### Added
Original file line number Diff line number Diff line change 3232 (remove (comp #{:parts } :name ) horizontal-tabs/args-desc)
3333 vec
3434 (conj
35+ {:name :vertical? :type " boolean" :default false }
3536 {:name :parts :required false :type " map" :validate-fn (v/parts? part-names) :description " See Parts section below." }))))
3637
3738
3839(defn pill-tabs [& {:keys [theme pre-theme]}]
3940 (let [theme (theme/comp theme pre-theme)]
40- (fn [& {:keys [model tabs on-change id-fn label-fn disabled? tab-type]
41+ (fn [& {:keys [model tabs on-change id-fn label-fn disabled? tab-type vertical? ]
4142 :or {id-fn :id
4243 label-fn :label
4344 tab-type :horizontal }
5455 :post-props (-> (select-keys props [:class :style :attr ])
5556 (update :attr (merge (debug/->attr props))))
5657 :props {:on-change on-change
58+ :vertical? vertical?
5759 :tab-type tab-type
5860 :re-com {:state {:enable (not disabled?)}}
5961 :tag :ul
You can’t perform that action at this time.
0 commit comments