html shapes implemented with styled-system props
Full CSS support for JSX without compromises
Fast, expressive styling for React.
styled API for emotion
styled() API wrapper package for emotion.
Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.
Improve the debugging experience and add server-side rendering support to styled-components
[](https://www.npmjs.com/package/@smithy/types) [](https://www.npmjs.com/package/@smithy/types)
A lightweight toolset for writing styles in Javascript.
Generate SVG shapes
Avatar style for DiceBear
TypeScript definitions for styled-components
Responsive, theme-based style props for building design systems with React
Jest utilities for Styled Components
A less than 1KB css-in-js solution
Styled utilities for PrimeUI Libraries
Styled System for the `css` prop
Read the docs: https://styled-system.com/variants
styled() API wrapper package for styled-components.
A stylelint processor for styled-components
A shareable stylelint config for stylelint-processor-styled-components
SWC plugin for styled-components
PostCSS syntax for template literals CSS-in-JS (e. g. styled-components).
Postgres everywhere - your data, in sync, wherever you need it.
ad_particles is SASS Module that defines a base set of variables that can used as a standard in component styling & consistent theming. Particles, although not originally discussed by Atomic Design creator Brad Frost, are the abstract & configuration structures that shape the Atomic design structure from the ground up.
windraw renders shapes and text into an off-screen bitmap using the graphics stack that already ships with Windows — Direct2D for vector drawing, DirectWrite for text, and WIC for PNG encoding — then saves a PNG to a file or returns the bytes as a string. A Cairo-style 2D canvas with no window or message loop required. Windows MSVC (mswin) Ruby only.
Sujiko is a joke / toy Ruby gem: a small TCP server for local development, not for serious or production use. It serves one page: a venue floor plan where a meetup point is shown. Open GET / with optional query parameters shape, x, and y—the same contract as a Rails Spots-style app and iOS: shape selects the room (e.g. roomA, with normalization to internal ids like room_a); x and y are normalized coordinates from 0.0 to 1.0 (top-left of the white floor, independent of device pixels). Use it to preview map UI and to build or verify share URLs (Safari, copy, etc.) before deploying.
pikuri-memory gives a pikuri-core agent durable, long-lived memory: facts about the user and their work that persist across conversations. It wires a +recall+ tool plus an automatic per-turn prefetch onto an agent via +c.add_extension Pikuri::Memory::Extension.new(...)+ inside the +Agent.new+ block — same opt-in shape as +pikuri-tasks+ / +pikuri-vectordb+. Recall is automatic and synchronous (embed + vector search, milliseconds); capture is automatic and asynchronous (an off-the-interaction-path extraction queue), so a turn never blocks on "what should I remember?". Storage is mem0 (https://github.com/mem0ai/mem0) reached over a thin Faraday HTTP client — the append-only +add+ / read-time +search+ model. Only the *user's own words* are fed to extraction (a write-side hygiene rule that structurally drops system/assistant/tool-sourced junk), and recalled context enters the chat as a +:system+ message so it is provenance-tagged and excluded from the next extraction pass. This release ships the Ruby client + extension + tool against a *bring-your-own* mem0 endpoint; a self-managed mem0 sidecar supervisor (the +ChromaServer+-style docker pattern) is a follow-on.