elm-antd
elm-antd copied to clipboard
The official Ant Design UI Kit for Elm
`Ant.Menu` api is very odd. Although it does enforce the right usage of Menu's. I would love feedback on how to make this API much friendlier.
Implement the `Drawer` component https://ant.design/components/drawer/
**Problem**: When creating new code examples in the `showcase` app, we need to specify a `metaInfo` record with a `ellieDemo` url (see code snippet below for an example). The issue...
**problem**: Right now, the code inside `elm-antd-extras` only runs once. However, we need it to run basically after each time the dom is changed by the Elm runtime. Otherwise we...
I am not familiar with `a11y` strategies / best practices. But that doesn't mean I don't want `elm-antd` to not be accessible! I would very much appreciate any comments /...
Would like to have the "review-unused" rule applied to the `showcase` project: https://package.elm-lang.org/packages/jfmengels/elm-review-unused/1.1.3 In particular I need the following rules: - `NoUnused.Exports` - `NoUnused.Dependencies` - and maybe `NoUnused.Modules`
Submit PR only after the elm-antd has matured sufficiently enough. https://github.com/websemantics/awesome-ant-design#contributing
There is already an implementation of `Menu`, but I have not taken the time to create a page for it in the showcase. ### Desired outcome: - Add a `Menu`...
There is already an implementation of `Layout`, but I have not taken the time to create a page for it in the showcase. ### Desired outcome: - Add a `Layout`...
There is already an implementation of `Icon`, but I have not taken the time to create a page for it in the showcase. **Implementing this page depends on other components...