React 19 ready

Run fast,
build faster.

Zero-runtime CSS-in-JS React UI library, with automatic tree-shaking of compo­nents & styles.

Build faster with 70+ base components

Label
Accessible
Variations
Error
With context
Success
Versatile

Powerful configuration & theming

fluid.config.js
1
2
3
4
5
6
7
8
9
10
11
const { mixColors } = require('@infinityfx/fluid/utils');

module.exports = {
    theme: {
        font: {
            family: 'Inter'
        },
        palettes: {
            mono: {
                primary: mixColors('#000', '#fff', 6)
...