Coder Social home page Coder Social logo

gr-qft / mamba-ui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from microwawe/mamba-ui

0.0 0.0 0.0 18.16 MB

Mamba UI is a free and open-sourced UI kit with 50+ Tailwind CSS components and templates.

Home Page: http://mambaui.com

License: MIT License

JavaScript 1.75% TypeScript 20.20% HTML 76.19% SCSS 1.86%

mamba-ui's Introduction

GitHub license GitHub issues GitHub stars Twitter Follow

Mamba UI

Mamba UI is a free, open-source collection of beautiful UI elements based on Tailwind CSS that make it easy for anyone to build a website in minutes. Take a look at the kit at www.mambaui.com.

All the components are just good ol' HTML and CSS, but without the need of writing complex css rules thanks to Tailwind CSS. Tailwind CSS is a utility-first CSS framework so if one of our components doesn't fit your needs just right, you can modify them easily by following the their documentation documentation about the different classes.

Features

  • 50+ building blocks
  • Choose your primary color from any of the 17 different Tailwind colors
  • Fully responsive
  • Export as HTML or JSX
  • Dynamic light and dark themes
  • All the icons and illustrations are open-sourced as well
  • Easy to customize with Tailwind CSS

Upcoming features

If you want to know what we have planned for the near future, you can check out our public roadmap.

Installation

There is no need to download or install anything from Mamba UI. Just copy-paste the components and templates to your project and they'll work out-of-the-box without any modifications as long as you have TailwindCSS installed in your project.

NOTE: Tailwind doesn't have all the different colors enabled in the default configuration so here are all the possible colors mapped to their respective names.

module.exports = {
	purge: [],
	theme: {
		colors: {
			transparent: 'transparent',
			current: 'currentColor',
			black: colors.black,
			white: colors.white,
			rose: colors.rose,
			pink: colors.pink,
			fuchsia: colors.fuchsia,
			purple: colors.purple,
			violet: colors.violet,
			indigo: colors.indigo,
			blue: colors.blue,
			lightBlue: colors.lightBlue,
			cyan: colors.cyan,
			teal: colors.teal,
			emerald: colors.emerald,
			green: colors.green,
			lime: colors.lime,
			yellow: colors.yellow,
			amber: colors.amber,
			orange: colors.orange,
			red: colors.red,
			warmGray: colors.warmGray,
			trueGray: colors.trueGray,
			gray: colors.gray,
			blueGray: colors.blueGray,
			coolGray: colors.coolGray,
		},
	}
};

Usage

How to use the components on your own websites?

  1. Find a component, section or template that you like from the Mamba UI website
  2. Select the primary color from the available colors
  3. Select the light or dark theme
  4. View the HTML, Vue or React code for that element
  5. Copy/paste the code into your project
  6. Profit

Contributing

Right now this is just a hobby project for me and there aren't a lot of users (if any) so I update and maintain the project as I have spare time.

If you want to help, pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Development

After you clone this repository to your desktop with git clone https://github.com/Microwawe/mamba-ui.git, go to its root directory and run npm install to install its dependencies.

Once the dependencies are installed, you can run ng serve to start the application. You will then be able to access it at localhost:4200

License

MIT

mamba-ui's People

Contributors

microwawe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.