All Projects → CosmicMind → Material

CosmicMind / Material

Licence: mit
A UI/UX framework for creating beautiful applications.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Material

Motion
A library used to create beautiful animations and transitions for iOS.
Stars: ✭ 1,726 (-85.46%)
Mutual labels:  material-design, material, design, ux, cosmicmind
Material Framework
[Unmaintained] An easy to use material design based framework.
Stars: ✭ 383 (-96.77%)
Mutual labels:  material-design, material, design
Epiboard
Web Extension — A new tab page extension with material design and useful features 🆕 🎉
Stars: ✭ 262 (-97.79%)
Mutual labels:  material-design, material, card
Demo Progressive Web App
🎉 A demo for progressive web application with features like offline, push notifications, background sync etc,
Stars: ✭ 798 (-93.28%)
Mutual labels:  material-design, material, snackbar
Materialdesign2
A beautiful app designed with Material Design 2 using Android X.
Stars: ✭ 170 (-98.57%)
Mutual labels:  material-design, material, design
Material Design Nav Drawer
Sample app showcasing the Navigation Drawer according Material Design guidelines. Check out the article to further explanation.
Stars: ✭ 238 (-97.99%)
Mutual labels:  material-design, design, navigation-drawer
Noty
A simple library for creating animated warnings/dialogs/alerts for Android.
Stars: ✭ 136 (-98.85%)
Mutual labels:  material-design, material, snackbar
React Native Snackbar
🍱 Material Design "Snackbar" component for Android and iOS.
Stars: ✭ 613 (-94.84%)
Mutual labels:  material-design, material, snackbar
Flutter Neumorphic
A complete, ready to use, Neumorphic ui kit for Flutter, 🕶️ dark mode compatible
Stars: ✭ 988 (-91.68%)
Mutual labels:  material, design, card
Material Design For Bootstrap
Important! A new UI Kit version for Bootstrap 5 is available. Access the latest free version via the link below.
Stars: ✭ 9,463 (-20.28%)
Mutual labels:  material-design, material, design
Materialdesigndemo
A beautiful app designed with Material Design.
Stars: ✭ 1,391 (-88.28%)
Mutual labels:  material-design, material, design
Material Apex
A Material Design Theme for Oracle APEX
Stars: ✭ 161 (-98.64%)
Mutual labels:  material-design, material, design
Smart Webcomponents
Web Components & Custom Elements for Professional Web Applications
Stars: ✭ 110 (-99.07%)
Mutual labels:  material-design, material, ux
Awesome Design
🌟 Curated design resources from all over the world.
Stars: ✭ 13,333 (+12.33%)
Mutual labels:  graphics, design, ux
Shrine Materialdesign2
implementation of Material Design 2 Shrine project
Stars: ✭ 215 (-98.19%)
Mutual labels:  material, design, ux
Awesomebar
Just beautiful
Stars: ✭ 870 (-92.67%)
Mutual labels:  material-design, material, design
Materialize
Materialize, a CSS Framework based on Material Design
Stars: ✭ 38,630 (+225.44%)
Mutual labels:  material-design, material, design
Materialdesigninxamltoolkit
Google's Material Design in XAML & WPF, for C# & VB.Net.
Stars: ✭ 11,603 (-2.25%)
Mutual labels:  material-design, material, design
Jtmaterialspinner
An iOS material design spinner view
Stars: ✭ 127 (-98.93%)
Mutual labels:  material-design, material
Arclayout
With Arc Layout explore new styles and approaches on material design
Stars: ✭ 1,662 (-86%)
Mutual labels:  material, design

Material

Material

Welcome to Material, a UI/UX framework for creating beautiful applications. Material's animation system has been completely reworked to take advantage of Motion, a library dedicated to animations and transitions.

Carthage compatible Accio supported Version License Xcode 8.2+ iOS 8.0+ Swift 4.0+ Donate

Photos Sample

Take a look at a sample Photos project to get started.

Photos

Sample Projects

Take a look at Sample Projects to get your projects started.

Features

  • Completely Customizable
  • Motion Animations & Transitions
  • Layout Tools for AutoLayout & Grid Systems
  • Color Library
  • Cards
  • FABMenu
  • Icons
  • TextField
  • Snackbar
  • Tabs
  • Chips
  • SearchBar
  • NavigationController
  • NavigationDrawer
  • BottomNavigationBar
  • Sample Projects
  • And More...

Requirements

  • iOS 8.0+
  • Xcode 8.0+

Communication

  • If you need help, use Stack Overflow. (Tag 'cosmicmind')
  • If you'd like to ask a general question, use Stack Overflow.
  • If you found a bug, and can provide steps to reliably reproduce it, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

Installation

Embedded frameworks require a minimum deployment target of iOS 8+.

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

To integrate Material's core features into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod 'Material', '~> 3.1.0'

Then, run the following command:

$ pod install

Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

You can install Carthage with Homebrew using the following command:

$ brew update
$ brew install carthage

To integrate Material into your Xcode project using Carthage, specify it in your Cartfile:

github "CosmicMind/Material"

Run carthage update to build the framework and drag the built Material.framework into your Xcode project.

Change Log

Material is a growing project and will encounter changes throughout its development. It is recommended that the Change Log be reviewed prior to updating versions.

Icons

Icons is a library of Google and CosmicMind icons that are available for use within your iOS applications.

Icon

Learn More

Colors

Try the Material Colors app to see the wonderful colors available in Material, or use the online version at MaterialColor.com.

MaterialColors

TextField

A TextField is an excellent way to improve UX. It allows for a placeholder and additional hint details.

TextField

Button

A button is used to trigger an action through a touch event. Material comes with a foundational button, and 4 specialized buttons that can be stylized in any way.

Material Image

Switch

A switch is a control component that toggles between on and off states.

Material Image

Card

A Card is a flexible component that may be configured in any way you like. It has a Toolbar, Bar, and content area that may utilize any UIView type.

Material Image

ImageCard

An ImageCard is an expansion of the base Card. The Toolbar overlays an image area that sits above the dynamic content area.

Image Card Sample

PresenterCard

The PresenterCard is a completely new card style. It allows for a primary presentation area that may be any UIView type in addition to the content area, Toolbar, and Bar components. The options for this card are endless.

Presenter Card Sample

FABMenu

A FABMenu manages a collection of views. A new MenuItem type has been added that manages a title and button to improve UX and visual beauty.

Material Image

Toolbar

Toolbars are super flexible and add excellent control to your navigation flow. They manage a set of left and right views with auto aligning title and detail labels.

Material Image

SearchBar

A SearchBar is a powerful navigation tool that allows for user's input with an instant visual response. A set of left and right views may be added to expand functionality.

SearchBarController

Tabs

Tabs is a new component that links a customizable TabBar to a stack of view controllers making a powerful and visually pleasing component to have in any application.

Tabs

NavigationController

A NavigationController is a specialized view controller that manages a hierarchy of content efficiently, making it easier for users to move within an application.

Material Image

NavigationDrawer

A NavigationDrawer slides in from the left or right and contains the navigation destinations for your application.

Material Image

Snackbar

A Snackbar is a new component that is very simple in its behavior and very powerful in its message. It can be used application wide, or isolated to specific view controllers.

Material Image

Sticker Sheet

To help template your project, checkout Material Sticker Sheet.

MaterialStickerSheet

Much More...

So much more inside. Enjoy!

License

The MIT License (MIT)

Copyright (C) 2019, CosmicMind, Inc. http://cosmicmind.com. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].