0.3.4 • Published 4 years ago

spck-ui v0.3.4

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

Spck UI

Spck UI is a lightweight (just 37.1kB gzipped), simple, declarative UI library eliminating the need for using HTML, CSS for creating SPAs (Single Page Applications).

Spck UI is purely the View part of MVC, and works using vanilla JavaScript, jQuery, and the popular components library UIkit.

Spck UI takes the approach of using simple JavaScript objects instead of HTML as it is more flexible, integrates better with code and eliminates the need of using JSX or other templating markup.

Spck UI is based on the existing popular UIkit library for many UI components as well as CSS styling. Although the code can be modified to support other similar libraries.

Getting Started

Spck UI can be installed using bower:

bower install spck-ui

To add styling, add this tag to your HTML file:

<link rel="stylesheet" href="spck-ui.css">

To use include the icon files, also add:

<link rel="stylesheet" href="spck-ui-icons.css">

Credit for the icons goes to the UIkit 3 library.

Add the following script files:

<script src="jquery.js" type="text/javascript"></script>
<script src="spck-ui.js" type="text/javascript"></script>

Documentation

API Documentation available here.

Projects using Spck UI

Let me know about your projects using Spck UI!

Size Comparison

This library is extremely lightweight for an all batteries-included library (except jQuery).

Frameworks - Source

NameSize
Ember 2.2.0111K
Ember 1.13.8123K
Angular 2111K
Angular 2 + Rx143K
Angular 1.4.551K
React 0.14.5 + React DOM40K
React 0.14.5 + React DOM + Redux42K
React 15.3.0 + React DOM43K
React 16.2.0 + React DOM31.8K
Vue 2.4.220.9K
Inferno 1.2.220K
Aurelia 1.0.263K

+ Components

NameSize
React-Bootstrap 0.32.442.4K
Antd 3.23.3533K
Semantic UI 2.4.171.2K
Semantic UI React 0.88.184.6K
Bulma 0.7.525.8K
Quasar 0.17.2095.2K
UIkit 3.2.042.5K

jQuery 2.2.4 + Spck UI 0.3.2 (66.9kB gzipped)

Browser Support

ChromeFirefoxIESafariOpera
Latest ✔Latest ✔11+ ✔9.0+ ✔Latest ✔
0.3.4

4 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago