Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lemol/antd-elm-ui
https://github.com/lemol/antd-elm-ui
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/lemol/antd-elm-ui
- Owner: lemol
- License: mit
- Created: 2020-07-08T14:01:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T02:41:34.000Z (almost 2 years ago)
- Last Synced: 2023-03-23T11:58:19.148Z (over 1 year ago)
- Language: CSS
- Size: 320 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ant Design for Elm UI
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Elm package](https://img.shields.io/elm-package/v/lemol/ant-design-elm-ui.svg)](https://package.elm-lang.org/packages/lemol/ant-design-elm-ui/latest/)
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](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/)
* [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](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