Home
Docs
Colors
InfinityFX
©Copyright2016-2025 InfinityFX. All rights reserved.
InfinityFX®
React 19 ready

Run fast,
build faster.

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

Email
Password
December 2025
M
T
W
T
F
S
S
50%
Notification
Select
Top content.
Center content.
Bottom content.

Build faster with 70+ base components

Label
Placeholder
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)
...