Reactive stylesheets for SolidJS
Vite plugin for solid-styled
Rollup plugin for solid-styled
Rollup plugin for solid-styled
Styled Components for Solid
Rollup plugin for solid-styled
Solid wrapper for Styled JSX
Full CSS support for JSX without compromises
Fast, expressive styling for React.
styled API for emotion
styled() API wrapper package for emotion.
Improve the debugging experience and add server-side rendering support to styled-components
Ensure values are ordered consistently in your CSS.
The iconic font, CSS, and SVG framework
A declarative JavaScript library for building user interfaces.
Add zoom level css class to map element for easy style updates based on zoom levels
Chakra UI system primitives
A collection of helpers that aim to simplify using reactive primitives outside of reactive roots, and managing disposal of reactive roots.
A lightweight toolset for writing styles in Javascript.
A library of reactive promitives helping handling user's keyboard input.
Reactive primitives for observing resizing of HTML elements.
Primitives for creating small reactive objects that doesn't change their shape over time - don't need a proxy wrapper.
TypeScript definitions for styled-components
SolidJS Primitives to manage creating event listeners.
Mangrove is a Ruby Gem designed to be the definitive toolkit for leveraging Sorbet's type system in Ruby applications. It's designed to offer a robust, statically-typed experience, focusing on solid types, a functional programming style, and an interface-driven approach. Mangrove has `Result`, `Option` and `Algebraic Data Type` currently.
Allows you to lay out HTML using ASCII art. Stolen from psykotic's code posted to reddit: http://programming.reddit.com/info/k9dx/comments == SYNOPSIS: require 'box_layout' page_template = <<-END ---------- | | ---------- | | | | | | | | | | | | | | | | ---------- | | ---------- END layout = BoxLayout.html page_template puts "<title>cute</title>" puts "<style>* { border: 1px solid black }</style>" puts layout % %w[header left body right footer].map {|s| "**#{s}**" } == REQUIREMENTS:
BetterAppGen generates production-ready Rails 8 applications with a modern, opinionated stack. Features include: Solid Stack (Cache, Queue, Cable) backed by PostgreSQL instead of Redis, Vite 7 with Tailwind CSS 4 and Stimulus for frontend, multi-database architecture with separate databases for app, cache, queue, and cable, UUID primary keys by default, complete Docker development environment with helper scripts, configurable locale support (en, it, de, fr, es, pt, nl, pl, ru, ja, zh), and optional SimpleForm integration with Tailwind styling. Get a fully configured Rails 8 app in seconds.