Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to start this UI showcase #2

Closed
marcusaram opened this issue Jun 22, 2020 · 5 comments
Closed

How to start this UI showcase #2

marcusaram opened this issue Jun 22, 2020 · 5 comments

Comments

@marcusaram
Copy link

Hi,

I'm exploring mint-lang and looking for a mint UI library and found this. I know this is work in progress but really want to see how it works.

When I try to build or start it it will run into:

I was looking for the name of an environment variable but found 
"documentation(Ui.Button)," instead. 

The name of an environment variable must be uppercase 

Here is the relevant code snippet: 

┌──┬ source/Main.mint:56:26 ───────────────────────────────────────────────────┐
│52│   |> Map.set(                                                             │
│53│     "Controls",                                                           │
│54│     [                                                                     │
│55│       {                                                                   │
│56│         documentation = @documentation(Ui.Button),                        │
│57│         path = "/components/button",                                      │
│58│         name = "Ui.Button",                                               │
│59│         key = "button",                                                   │
│60│         description = "Buttons communicate actions that users can take.", │
└──┴───────────────────────────────────────────────────────────────────────────┘

are you running something special to get this running?

Thank you for your fantastic work, hope that Mint will fit.

@gdotdesign
Copy link
Member

Thanks for taking in interest in this project 🙂

If you want to take a look a very early build (few weeks old) can be found here https://mint-lang-ui.netlify.app/examples/login-screen

There a couple of things you need to do if you want to run this locally at this point:

Also keep in mind that this project is very young, I hope to release something tangible in a month or so.

@marcusaram
Copy link
Author

First of all: It looks really good, way beyond my expectations! 👍 😄
The first step I already figured out myself, for the other people that read this, you also need mint-color
The last step was the missing link, thank you.

Can't wait to just bootstrap on mint-ui, it would be awesome for the Mint community to have a good looking UI components.

@gdotdesign
Copy link
Member

Can't wait to just bootstrap on mint-ui, it would be awesome for the Mint community to have a good looking UI components.

That's is my motivation at this point, I hope having a UI library out there will bring more people in 😄

@gdotdesign gdotdesign pinned this issue Aug 6, 2020
@gdotdesign
Copy link
Member

With 0.10.0 you can just run this as a normal Mint application.

@gdotdesign
Copy link
Member

Closing this since just tagged Mint UI as 1.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants