All Projects → vladocar → picoCSS

vladocar / picoCSS

Licence: other
picoCSS - really small JavaScript Framework

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to picoCSS

rottenjs
An all-in-one (2.6kb) Javascript library for web development
Stars: ✭ 15 (-75.81%)
Mutual labels:  dom, javascript-framework, javascript-library
Waff Query
Lightweight DOM manager
Stars: ✭ 9 (-85.48%)
Mutual labels:  dom, javascript-library
Crab
JavaScript library for building user interfaces with Custom Elements, Shadow DOM and React like API
Stars: ✭ 22 (-64.52%)
Mutual labels:  dom, minimal
Mei.js
a minimal, simple and helpful library for you
Stars: ✭ 15 (-75.81%)
Mutual labels:  dom, javascript-library
crab
JavaScript library for building user interfaces with Custom Elements, Shadow DOM and React like API
Stars: ✭ 22 (-64.52%)
Mutual labels:  dom, minimal
Choo
🚂🚋 - sturdy 4kb frontend framework
Stars: ✭ 6,637 (+10604.84%)
Mutual labels:  dom, minimal
Dom7
Minimalistic JavaScript library for DOM manipulation, with a jQuery-compatible API
Stars: ✭ 119 (+91.94%)
Mutual labels:  dom, javascript-library
Smart Webcomponents
Web Components & Custom Elements for Professional Web Applications
Stars: ✭ 110 (+77.42%)
Mutual labels:  javascript-framework, javascript-library
Mag.js
MagJS - Modular Application Glue
Stars: ✭ 157 (+153.23%)
Mutual labels:  dom, javascript-library
Server Components
🔧 A simple, lightweight tool for composable HTML rendering in Node.js, based on web components.
Stars: ✭ 212 (+241.94%)
Mutual labels:  dom, javascript-framework
fyu
Do your users take your website for granted? Do want to make them using your website living hell? Look no further, F.Y.U. is here!
Stars: ✭ 53 (-14.52%)
Mutual labels:  javascript-framework, javascript-library
Flowy
The minimal javascript library to create flowcharts ✨
Stars: ✭ 8,636 (+13829.03%)
Mutual labels:  minimal, javascript-library
Vivid
a JavaScript library which is built to easily customize and use the SVG Icons with a blaze.
Stars: ✭ 1,797 (+2798.39%)
Mutual labels:  javascript-framework, javascript-library
Javascript Avanzado En Espanol
Esta es una traducción de la serie de libros de You Don't Know JS (book series), la cual es una serie de 6 libros que navegan profundamente en los mecanismos básicos y avanzados del lenguaje JavaScript. La primera edición de la serie está ahora completa.
Stars: ✭ 118 (+90.32%)
Mutual labels:  javascript-framework, javascript-library
necktie
Necktie – a simple DOM binding tool
Stars: ✭ 43 (-30.65%)
Mutual labels:  dom, javascript-library
Monoapp
choo architecture without a renderer
Stars: ✭ 52 (-16.13%)
Mutual labels:  dom, minimal
Tui
This is a high quanlity components library for VUE
Stars: ✭ 258 (+316.13%)
Mutual labels:  javascript-framework, javascript-library
Web Audio Javascript Webassembly Sdk Interactive Audio
🌐 Superpowered Web Audio JavaScript and WebAssembly SDK for modern web browsers. Allows developers to implement low-latency interactive audio features into web sites and web apps with a friendly Javascript API. https://superpowered.com
Stars: ✭ 68 (+9.68%)
Mutual labels:  javascript-framework, javascript-library
Holmes
Fast and easy searching inside a page
Stars: ✭ 1,679 (+2608.06%)
Mutual labels:  dom, minimal
Modern.JS
모던 자바스크립트 라이브러리/프레임워크 × KIPFA(한국인터넷전문가협회)
Stars: ✭ 16 (-74.19%)
Mutual labels:  javascript-framework, javascript-library

picoCSS - really small JavaScript Framework

picoCSS is small (0,35kb gzipped & compressed) JavaScript Library for basic CSS DOM manipulation optimized for webkit browsers(Safari, Chrome) also works in Firefox, Opera without the part of animation.

picoCSS dosen't aim to be complete JS framework just simple tool for simple needs.

Basically if only need to do simple CSS JavaScript manipulation for your next iPad, iPhone or Android app, picoCSS can help you.

With picoCSS you can:

The syntax looks like this:

p.select("#a").css("background-color : green; color: #fff;");

or

p.select("#b").animate('0.5', '1','360','1','1','1','1', '0','0');

or

p.select("#main").att("class","bumm");

If you open picoCSS.js file you will notice that the library is very easy to extend.

Feel free to do any kind of modification to the library.

Google Closure Compiler was used for compressing the JS file.

Demos:

Also my blog post picoCSS - JavaScript Framework

You can use direct download or npm:

$ npm i @vladocar/picocss
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].