antizer icon indicating copy to clipboard operation
antizer copied to clipboard

ClojureScript library for Ant Design React UI components

Results 17 antizer issues
Sort by recently updated
recently updated
newest added

I'm finding it tricky to understand what is necessary to duplicate https://ant.design/components/form/#components-form-demo-form-in-modal using Antizer's create-form approach. The tricky part is to find a way to bind the modal OK and...

How is scrolling added to an ant table? I tried a few different things and they didn't work. `{:scroll {:x "50%"})}` `{:scroll (clj->js {:x 800})}` Numbers vs string percentages didn't...

I get an error because it can't find the file, the only file that there is in this directory is the `antd.inc.js` , any ideas?

Any chance of Om Next support being implemented?

enhancement
help wanted

The url is https://pro.ant.design/ Thanks.

enhancement
help wanted

[Fulcro](https://github.com/fulcrologic/fulcro) seems to be becoming the successor to om-next. Just a quick poll, to see who might be interested in this? I don't time to work on this in the...

enhancement
help wanted

antizer-examples (rum-flavour) throws multiple warnings of this nature: ``` bundle.js:1710 Warning: Each child in an array or iterator should have a unique "key" prop. Check the top-level render call using...