All Projects → mint-lang → mint-ui

mint-lang / mint-ui

Licence: other
The UI library of Mint

Programming Languages

Mint
2 projects

Projects that are alternatives of or similar to mint-ui

Vue Atlas
A Vue.js 2 UI component library.
Stars: ✭ 173 (+208.93%)
Mutual labels:  component-library
Gulp Front
Frontend boilerplate and framework based on gulp, pug, stylus and babel
Stars: ✭ 237 (+323.21%)
Mutual labels:  component-library
miter-design
Miter Design component library made with ♡ by Prefect
Stars: ✭ 14 (-75%)
Mutual labels:  component-library
Bootstrap Vue
BootstrapVue provides one of the most comprehensive implementations of Bootstrap v4 for Vue.js. With extensive and automated WAI-ARIA accessibility markup.
Stars: ✭ 13,603 (+24191.07%)
Mutual labels:  component-library
Govuk React
An implementation of the GOV.UK Design System in React using CSSinJS
Stars: ✭ 219 (+291.07%)
Mutual labels:  component-library
Psi
Platform for Situated Intelligence
Stars: ✭ 249 (+344.64%)
Mutual labels:  component-library
Carbon Web Components
Carbon Design System variant on top of Web Components
Stars: ✭ 171 (+205.36%)
Mutual labels:  component-library
vue-component-template
Vue.js template to build standalone components
Stars: ✭ 21 (-62.5%)
Mutual labels:  component-library
Fomantic Ui
Fomantic-UI is a community fork of Semantic-UI
Stars: ✭ 2,755 (+4819.64%)
Mutual labels:  component-library
vue-component-lib-starter
A bare-bones example of creating your own Vue component library.
Stars: ✭ 221 (+294.64%)
Mutual labels:  component-library
Precise Ui
📐 React UI Component Library powered by ZEISS.
Stars: ✭ 192 (+242.86%)
Mutual labels:  component-library
Vuent
🎨 Vue.js components implementing Microsoft Fluent Design
Stars: ✭ 207 (+269.64%)
Mutual labels:  component-library
bindable
A design system built in Aurelia JS that allows for faster and easier web development.
Stars: ✭ 20 (-64.29%)
Mutual labels:  component-library
Ej2 Vue Ui Components
Syncfusion Vue UI component library offer more than 50+ cross-browser, responsive, and lightweight vue UI controls for building modern web applications.
Stars: ✭ 182 (+225%)
Mutual labels:  component-library
paragon
💎 An accessible, theme-ready design system built for learning applications and Open edX.
Stars: ✭ 85 (+51.79%)
Mutual labels:  component-library
Zent
A collection of essential UI components written with React.
Stars: ✭ 2,133 (+3708.93%)
Mutual labels:  component-library
Ugnis
Visual CSS generator for React
Stars: ✭ 249 (+344.64%)
Mutual labels:  component-library
react-transition-components
Easily configurable React components for animations / transitions 💃
Stars: ✭ 18 (-67.86%)
Mutual labels:  component-library
react-dsfr
Non-official React components of the official french Système de Design de l'État.
Stars: ✭ 48 (-14.29%)
Mutual labels:  component-library
design-systems
A list of famous design systems, design languages and guidelines
Stars: ✭ 403 (+619.64%)
Mutual labels:  component-library

Mint UI

CI Gitter chat Discord

A beautiful, fully featured, reliable UI component library for Mint.

  • 60+ ready to use, hand crafted components.
  • Themable with CSS variables.
  • Fully responsive.
  • Data driven.

Get started

To use Mint UI you need to install Mint first.

Create a new Mint application with:

mint init my-app

add mint-ui to the mint.json file as a dependency:

"dependencies": {
  "mint-ui": {
    "repository": "https://github.com/mint-lang/mint-ui",
    "constraint": "3.0.0 <= v < 4.0.0"
  }
}

then install dependencies:

$ mint install
Mint - Installing dependencies
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚙ Constructing dependency tree...
  ✔ Cloned mint-ui (https://github.com/mint-lang/mint-ui)
  ✔ Cloned mint-color (https://github.com/mint-lang/mint-color)

⚙ Resolving dependency tree...
  ◈ mint-ui ➔ 3.0.0
  ◈ mint-color ➔ 0.5.0

⚙ Copying packages...
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
All done in 2.387s!"

Documentation

Head to ui.mint-lang.com to learn the in and outs of Mint UI!

License

Be aware of that Mint UI has a special license and requires obtaining a company license in some cases. Read the LICENSE documentation for more information.

Contributing

Please read CONTRIBUTING.md to learn about contributing to this project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].