All Projects β†’ vuikit β†’ Vuikit

vuikit / Vuikit

Licence: mit
A responsive Vue UI library for web site interfaces

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
CSS
56736 projects

Projects that are alternatives of or similar to Vuikit

Xuikit
πŸ“¦ XUIKIt is a UI framework for macOS, it extends a lot of methods similar to UIKit.
Stars: ✭ 90 (-93.91%)
Mutual labels:  uikit
Datingapp
Dating UI kit is used for online meet up with girls and boys . The screen contains more than 30 icons and most of all required elements required to design an application like this. The XML and JAVA files contains comments at each and every point for easy understanding. Everything was made with a detail oriented style and followed by today's web trends. Clean coded & Layers are well-organized, carefully named, and grouped.
Stars: ✭ 97 (-93.44%)
Mutual labels:  uikit
Pilot
Cross-platform MVVM in Swift
Stars: ✭ 103 (-93.04%)
Mutual labels:  uikit
Appearancenavigationcontroller
Example with advanced configuration of the navigation controller's appearance
Stars: ✭ 91 (-93.85%)
Mutual labels:  uikit
Tkrubberindicator
A rubber animation pagecontrol
Stars: ✭ 1,337 (-9.6%)
Mutual labels:  uikit
Ui Kit For Chrome Extensions
A UI template for designing the options/settings page for Chrome Extensions. It resembles the exact look as the native settings page of Chrome Browser.
Stars: ✭ 100 (-93.24%)
Mutual labels:  uikit
Fluttersocialappuikit
Flutter representation of a Social App Concept.
Stars: ✭ 1,270 (-14.13%)
Mutual labels:  uikit
Elepy
Elepy, The Headless Content Management Framework
Stars: ✭ 109 (-92.63%)
Mutual labels:  uikit
Taiga Ui
Angular UI Kit and components library for awesome people
Stars: ✭ 1,353 (-8.52%)
Mutual labels:  uikit
Class101 Ui
πŸ’…A React-based UI Component Library.
Stars: ✭ 102 (-93.1%)
Mutual labels:  uikit
Basecomponents
BaseComponents aims to provide easily reusable and understandable components to increase productivity with UIKit and Foundation APIs
Stars: ✭ 92 (-93.78%)
Mutual labels:  uikit
Uikit Playground
Blog posts about things I learned over the years working with UIKit and accompanying sample code.
Stars: ✭ 95 (-93.58%)
Mutual labels:  uikit
Shift
Shift is a simple, declarative animation library for building complex view controller and view transitions in UIKit.
Stars: ✭ 101 (-93.17%)
Mutual labels:  uikit
Silica
Pure Swift CoreGraphics (Quartz2D) implementation (Supports Linux)
Stars: ✭ 91 (-93.85%)
Mutual labels:  uikit
Aiolos
A floating panel for your iOS Apps
Stars: ✭ 1,544 (+4.39%)
Mutual labels:  uikit
Bootstrap 4 Ui Kit
Free collection of Bootstrap 4 web blocks.
Stars: ✭ 87 (-94.12%)
Mutual labels:  uikit
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 (+539.82%)
Mutual labels:  uikit
Uikit React
UIkit components built with React
Stars: ✭ 111 (-92.49%)
Mutual labels:  uikit
Swifterswift
A handy collection of more than 500 native Swift extensions to boost your productivity.
Stars: ✭ 10,706 (+623.87%)
Mutual labels:  uikit
Ios Learning Materials
πŸ“šCurated list of articles, web-resources, tutorials and code repositories that may help you dig a little bit deeper into iOS [and Apple Platforms].
Stars: ✭ 1,380 (-6.69%)
Mutual labels:  uikit

Vuikit

Vuikit

A responsive Vue 2 UI library for web site interfaces based on the UIkit 3 framework.

If you are enjoying Vuikit and want to support the project consider making a small donation. It means a lot :)

Getting Started

<script>
import Vue from 'vue'
import Vuikit from 'vuikit'
import VuikitIcons from '@vuikit/icons'

Vue.use(Vuikit)
Vue.use(VuikitIcons)
</script>

<template>
  <vk-button>MyButton</vk-button>
  <vk-icon icon="heart"></vk-icon>
</template>

Packages

vuikit repository is a monorepo managed by Yarn Workspaces. Click on package name to see specific docs.

Package Version Description
vuikit NPM version The main package
vuikit-icons NPM version Icons collection
vuikit-theme NPM version Default theme

Semver

Until a v1.0.0 is reached, breaking changes will be released with a new minor version. For example 0.4.0 and 0.4.1 would have the same API and it's safe to update, but 0.5.0 would have breaking changes and the integration may require a review.

Acknowledgments

A special thanks to:

License

MIT Β© Miljan Aleksic

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