(alert {:keys [close-text message description] :as props})
https://ant.design/components/alert/
(card {:keys [title extra] :as props} & children)
https://ant.design/components/card/#Card
(dropdown props & children)
https://ant.design/components/dropdown/#Dropdown
(dropdown-button props & children)
https://ant.design/components/dropdown/#Dropdown.Button
(form-item props & children)
https://ant.design/components/form/#Form.Item
(input {:keys [prefix suffix addon-before addon-after] :as props})
https://ant.design/components/input/#Input
https://ant.design/components/layout/#Layout
note: need to explicity add :class-name "ant-layout-has-sider"
if a sider is being used
https://ant.design/components/layout/#Layout note: need to explicity add `:class-name "ant-layout-has-sider"` if a sider is being used
(message-error content duration on-close)
https://ant.design/components/message/
(message-info content duration on-close)
https://ant.design/components/message/
(message-loading content duration on-close)
https://ant.design/components/message/
(message-success content duration on-close)
https://ant.design/components/message/
(message-warning content duration on-close)
https://ant.design/components/message/
(modal {:keys [title footer] :as props} & children)
https://ant.design/components/modal/
(notification-error config)
https://ant.design/components/notification/
(notification-info config)
https://ant.design/components/notification/
(notification-success config)
https://ant.design/components/notification/
(notification-warning config)
https://ant.design/components/notification/
(pop-confirm {:keys [title] :as props} & children)
https://ant.design/components/popconfirm/
(popover {:keys [title content] :as props} & children)
https://ant.design/components/popover/
(select {:keys [placeholder] :as props} & children)
https://ant.design/components/select/
(switch {:keys [checked-children un-checked-children] :as props})
https://ant.design/components/switch/#Switch
(table-column {:keys [title] :as props})
https://ant.design/components/table/#Column
(table-column-group {:keys [title] :as props})
https://ant.design/components/table/#ColumnGroup
(tooltip {:keys [title] :as props} & children)
https://ant.design/components/tooltip/
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close