All Projects → ajainvivek → Preact Fluid

ajainvivek / Preact Fluid

Licence: mit
✅ A minimal UI kit for Preact

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Preact Fluid

Preact And Typescript
Some simple patterns for Typescript usage with Preact
Stars: ✭ 127 (-22.09%)
Mutual labels:  preact
Redux React Starter
DEPRECATED use the new https://github.com/didierfranc/react-webpack-4
Stars: ✭ 137 (-15.95%)
Mutual labels:  preact
Preact Slots
🕳 Render Preact trees into other Preact trees, like portals.
Stars: ✭ 156 (-4.29%)
Mutual labels:  preact
Made With Webassembly
A showcase of awesome production applications, side projects, and use cases made with WebAssembly (Wasm). 👷
Stars: ✭ 132 (-19.02%)
Mutual labels:  preact
Preact Minimal
🚀 Minimal preact structure
Stars: ✭ 136 (-16.56%)
Mutual labels:  preact
Omil
📝Webpack loader for Omi.js React.js and Rax.js components 基于 Omi.js,React.js 和 Rax.js 单文件组件的webpack模块加载器
Stars: ✭ 140 (-14.11%)
Mutual labels:  preact
Preact Cycle
♻️ Minimal functional Virtual DOM rendering using Preact 🚲
Stars: ✭ 120 (-26.38%)
Mutual labels:  preact
Scenejs
🎬 Scene.js is JavaScript & CSS timeline-based animation library
Stars: ✭ 2,019 (+1138.65%)
Mutual labels:  preact
Tui.grid
🍞🔡 The Powerful Component to Display and Edit Data. Experience the Ultimate Data Transformer!
Stars: ✭ 1,859 (+1040.49%)
Mutual labels:  preact
Preact Context
React new Context API for preact
Stars: ✭ 154 (-5.52%)
Mutual labels:  preact
Tsparticles
tsParticles - Easily create highly customizable particles animations and use them as animated backgrounds for your website. Ready to use components available for React.js, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno, Solid, Riot and Web Components.
Stars: ✭ 2,694 (+1552.76%)
Mutual labels:  preact
Freactal
Clean and robust state management for React and React-like libs.
Stars: ✭ 1,676 (+928.22%)
Mutual labels:  preact
Greact
like preact, but for go with wasm
Stars: ✭ 149 (-8.59%)
Mutual labels:  preact
Scoped Style
A tiny css in js library 🚀
Stars: ✭ 129 (-20.86%)
Mutual labels:  preact
Omi
Front End Cross-Frameworks Framework - 前端跨框架跨平台框架
Stars: ✭ 12,153 (+7355.83%)
Mutual labels:  preact
Codesandbox Client
An online IDE for rapid web development
Stars: ✭ 11,122 (+6723.31%)
Mutual labels:  preact
Virtual Dom
关于Vue,React,Preact和Omi等框架源码的解读
Stars: ✭ 139 (-14.72%)
Mutual labels:  preact
Preact Portal
📡 Render Preact components in (a) SPACE 🌌 🌠
Stars: ✭ 160 (-1.84%)
Mutual labels:  preact
Preact Photon
🚀 Beautiful desktop apps with Preact + Photon ❤️
Stars: ✭ 158 (-3.07%)
Mutual labels:  preact
Goober
🥜 goober, a less than 1KB 🎉 css-in-js alternative with a familiar API
Stars: ✭ 2,317 (+1321.47%)
Mutual labels:  preact

Preact Fluid

Minimal UI Kit for Preact, with reusable components.

Build Status Dependencies DevDependencies code style: prettier HitCount

Installation

Preact Fluid is available as an npm package.

npm install preact-fluid --save

Usage

Here is a quick example to get you started, it's all you need:

import { render } from 'preact';
import { Button } from 'preact-fluid';

function App() {
  return (
    <Button>
      Hello World
    </Button>
  );
}

render(<App />, document.querySelector('#app'));

Documentation

Check out our documentation website.

Contributing

We'd greatly appreciate any contribution you make. :D

License

This project is licensed under the terms of the MIT license.

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