antizer
antizer copied to clipboard
ClojureScript library for Ant Design React UI components
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?
[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...
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...