SolidJS 是一个用于构建 Web 应用程序的声明式 UI 库,很像React、Angular或Vue。它是以高效的细粒度性的(fine-grained)响应性(无虚拟DOM)、简洁的组件模型(ephemeral component model)以及JavaScript(TypeScript)和JSX的完全表现力构建的。虽然可以理解的是,没有人会真正在市场上需要寻找一个新的JavaScript UI库,但...
SolidJS UI Library A beautiful and accessible UI component library based on shadcn-ui and built with SolidJS, ArkUI, and Tailwind. Warning This is an early-stage component library and is subject to significant changes. Please use with caution! Documentation The documentation is a WIP and will...
分支6 标签340 Birk Skyumci(enable lockfile) bump pnpm and node for...41fa6c12个月前 1823 次提交 提交 .changeset v1.9.5 2个月前 .github ci(enable lockfile) bump pnpm and node for development (#2439) 2个月前 assets Adjusted size of Solid logo and adjusted references to solidui ...
Performant state management is built-in with Context and Stores: you don't have to reach for a third party library to manage global state (if you don't want to). With Resources, you can use data loaded from the server like any other piece of state and build a responsive UI for it ...
对于组件库,我们有用于 Material 的 SUID、用于类似 Chakra 的解决方案的 Hope UI、Solid Bootstrap 等等! 查看我们的快速增长的库和工具 生态系统。 如果您有兴趣构建自己的生态系统工具或者加入现有的生态系统工作,可以加入我们的 Discord 的频道一起讨论。
A UI library for SolidJS with Themescura solidjs ui-components css-modules solidjs-components component-library user-interface design-system web-ui ui-framework solidjs-ui frontend-library interactive-elements xypnox •0.1.3•6 months ago•0dependents•GPL-3.0-onlypublished version0.1.3,6...
그런데 왜 우리가 이런 방식의 반응형 프로그래밍을 알 필요가 있을까? 바로 UI를 구성하는데 유용하기 때문이다.우리가 사용자에게 제공하는 UI는 언제 일어날 지 알 수 없는 ...
Ensure the following steps have been taken in your component library prior to using this plugin: Install and set up theCustom Elements Manifest Analyzer Create aconfig file Import // custom-elements-manifest.config.jsimport{customElementSolidJsPlugin}from"custom-element-solidjs-integration";constoption...
21、mustard地址:http://mustard-ui.com/一款适合初学者的CSS框架,但是看起来还蛮不错,模块化,开源...
Recently I’ve become fascinated with cross-platform rendering of UI and approaching the problem from a lower level layer (usually some graphics API, ideally speaking to a GPU). I discovered Skia’s CanvasKit, which is a WASM module for using their Skia API on the web. If you haven’t ...