All Projects â†’ Isotopejs â†’ isotope

Isotopejs / isotope

Licence: MIT License
UI library that aims to bring simplicity and intuitiveness back to Web Development. 🚀

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to isotope

Torus
Torus is an event-driven model-view UI framework for the web, focused on being tiny, efficient, and free of dependencies.
Stars: ✭ 136 (+161.54%)
Mutual labels:  css-in-js, user-interface
react-native-css-in-js-benchmarks
CSS in JS Benchmarks for React Native
Stars: ✭ 46 (-11.54%)
Mutual labels:  css-in-js
obvia
The Javascript framework to make web development obviously easy
Stars: ✭ 43 (-17.31%)
Mutual labels:  web-development
stylelint-processor-glamorous
💄 Lint glamorous and related css-in-js with stylelint
Stars: ✭ 18 (-65.38%)
Mutual labels:  css-in-js
jolvera.dev
Personal blog built with Next.js & Rebass
Stars: ✭ 36 (-30.77%)
Mutual labels:  css-in-js
trail
Routing library for the Scala platform
Stars: ✭ 76 (+46.15%)
Mutual labels:  web-development
interactive-simple-linear-regression
A PureScript, browser-based implementation of simple linear regression.
Stars: ✭ 15 (-71.15%)
Mutual labels:  web-development
cease
Simple, isolated CSS-in-JS for React components
Stars: ✭ 21 (-59.62%)
Mutual labels:  css-in-js
SimpleScreens
Simple Screens is a library of screens and screen components (forms, sections, transitions) to be included, extended, or generally reused in applications based on Moqui Framework and Mantle Business Artifacts.
Stars: ✭ 20 (-61.54%)
Mutual labels:  user-interface
make-react-apps
The code for the apps for the premium video courses: Make React Apps
Stars: ✭ 191 (+267.31%)
Mutual labels:  web-development
Apricot
Desktop Agent for Windows
Stars: ✭ 39 (-25%)
Mutual labels:  user-interface
styled-jsx-plugin-sass
Plugin to add Sass support to styled-jsx.
Stars: ✭ 20 (-61.54%)
Mutual labels:  css-in-js
reboost
A super fast dev server for rapid web development
Stars: ✭ 59 (+13.46%)
Mutual labels:  web-development
kanban-quarkus
Projeto Kanban Board
Stars: ✭ 20 (-61.54%)
Mutual labels:  web-development
Website-Audit
It's an open-source report template that guides web professionals thought steps to audit any website in terms of the page speed and technical SEO optimisation.
Stars: ✭ 18 (-65.38%)
Mutual labels:  web-development
ModernUIDoneRight
A rewrite of my old theme library for WinForms
Stars: ✭ 22 (-57.69%)
Mutual labels:  user-interface
TUI
Terminal user interface library. Works on *NIX and Windows systems
Stars: ✭ 32 (-38.46%)
Mutual labels:  user-interface
zaftig
~2kB css in js: z`display flex` // .zjsdkk43-1
Stars: ✭ 15 (-71.15%)
Mutual labels:  css-in-js
flutterby
A flexible, Ruby-powered static site generator.
Stars: ✭ 56 (+7.69%)
Mutual labels:  web-development
glory
The world fastest framework agonistic CSS-in-JS library. Available in any frontend framework you use, like React, Vue and Svelte.
Stars: ✭ 20 (-61.54%)
Mutual labels:  css-in-js

Isotope Ecosystem

CI Codecov Discord

Isotope is a UI library that aims to bring simplicity and intuitiveness back to Web Development.

import { createDOMView } from "@isotope/core";

const SaySth = (message) => (node) => {
  node
    .span({
      styles: {
        color: "orange",
        fontSize: "4rem",
        fontWeight: "bold",
      },
    })
    .text(message);
};
const view = createDOMView(document.body);

view.$(SaySth("Hello World!"));

This is a monorepo housing all official libraries and tools that belong to the Isotope ecosystem. For more information about each package, consult the following table.

Package Description Website
Core This is the core Isotope UI library that forms the basis for all the other tools in this repo https://areknawo.com/isotope
Server A package that enables Isotope to be used for Server-Side Rendering (SSR) https://areknawo.com/isotope#docs>ssr
Prototope The Prototope utility library for UI CSS-based prototyping with Isotope https://areknawo.com/prototope
Prototope Server A packages that enables Prototope to generate CSS server-side https://areknawo.com/prototope/docs>ssr
Docking Simplistic Markdown-based Static Site Generator (SSG) levraging the Isotope ecosystem https://areknawo.com/docking

Questions?

Have a question or want to chat about Isotope ecosystem? If so, check out the Discord community!

Support Isotope ecosystem

Help make Isotope ecosystem better by contributing code or fixes, or donating:

Buy Me A Coffee

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