elm-antd icon indicating copy to clipboard operation
elm-antd copied to clipboard

The official Ant Design UI Kit for Elm

Results 70 elm-antd issues
Sort by recently updated
recently updated
newest added

## WIP The checkbox is animating. However it seems that the keyframes animations is not attached to the correct HTML element. ## Description This PR aims at improving the checkbox...

Hello :wave:! I noticed an unused dependency in your package. Here is a pull request to remove it. After this gets merged, I recommend publishing a new release, unless you...

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies
javascript

Bumps [elm-webpack-loader](https://github.com/elm-community/elm-webpack-loader) from 7.0.1 to 8.0.0. Release notes Sourced from elm-webpack-loader's releases. Webpack 5 support Upgrade by @​sporto Commits bbce36b Update package.json 6335ec2 Update README.md 09a93c9 Merge pull request #199...

dependencies
javascript

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies
javascript

Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 4.5.0 to 4.5.2. Changelog Sourced from html-webpack-plugin's changelog. Changelog All notable changes to this project will be documented in this file. See standard-version for commit guidelines. 5.1.0...

dependencies
javascript

## Description This PR showcases basic functionality for the Ellie Link Generator. It generates a simple AST of the file which is able to be manipulated to work in Ellie....

Bumps [@percy/cypress](https://github.com/percy/percy-cypress) from 2.3.2 to 2.3.3. Changelog Sourced from @percy/cypress's changelog. 2.3.3 (2020-12-01) Bug Fixes Upgrade deps for security (#277) (98b06a4) Commits 413747a chore(release): 2.3.3 [skip ci] 98b06a4 fix: Upgrade...

dependencies
javascript

The modal currently doesn't have a open / close animation, which it should based on the React implementation. See [this](https://github.com/supermacro/elm-antd/blob/master/src/Ant/Modal/Css.elm#L45) code here for a failed attempt at animating.

bug
good first issue

Password inputs are being rendered with incorrect spacing / layout within apps that have a CSS reset. ## Desired Outcome Fix layout issues for password fields **after** https://github.com/supermacro/elm-antd/issues/71 has been...

bug