https://github.com/lemol/antd-elm-ui
https://github.com/lemol/antd-elm-ui
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lemol/antd-elm-ui
- Owner: lemol
- License: mit
- Created: 2020-07-08T14:01:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T18:11:33.000Z (over 2 years ago)
- Last Synced: 2025-01-17T17:17:08.002Z (over 1 year ago)
- Language: CSS
- Size: 548 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ant Design for Elm UI
[](https://opensource.org/licenses/MIT)
[](https://package.elm-lang.org/packages/lemol/ant-design-elm-ui/latest/)
[](https://gitpod.io/#https://github.com/lemol/ant-design-elm-ui)
> **📦 [Package documentation](https://package.elm-lang.org/packages/lemol/ant-design-elm-ui/latest)**
> **🎬 [Showcase](https://ant-design-elm-ui.vercel.app)**
This is the [ant-design](https://ant.design) for [mdgriffith/elm-ui](https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/).
Try the below example [on Ellie](https://ellie-app.com/new) or navigate to the [complete showcase](https://ant-design-elm-ui.vercel.app)!
```elm
module Main exposing (main)
import Ant
import Ant.Button as Button
import Element exposing (Element)
import Html exposing (Html)
main : Html msg
main =
Ant.layout
[]
(Button.primary []
{ label = Element.text "Hello!"
, onClick = Nothing
}
)
```
## Install
```bash
elm install lemol/ant-design-elm-ui
```
## Contributing
* Issues reporting and pull requests are welcome
* You can find @lemol on [Elm Slack](https://elmlang.slack.com/)
* [](https://gitpod.io/#https://github.com/lemol/ant-design-elm-ui)
## Resources
* https://ant.design
* https://github.com/ant-design/ant-design
## License
MIT License