Skip to main content
A utility-first CSS in JS library for rapid UI development
CSS is painful,let's use JS.
Fower
Atomic CSS in JS
1
<div toCenterY p3 w-240 bgWhite rounded2XL shadowMD>
2
<img circle-48 src="/img/logo.png" />
3
<div ml-10>
4
<h2 textLeft textXL fontBold>
5
Fower
6
</h2>
7
<span gray800>Atomic CSS in JS</span>
8
</div>
9
</div>

Atomic Props

Write styles with Atomic Props, rapid to develop complicated UI by composing Atomic Props.

Scoped style

Borned with scoped styles, So don't worry any conflicts due to the globalnamespace.

Type Safe

Perfect support for TypeScript, which bring Type definition,IntelliSense,Self documentation.

Less Code, Write faster

With Atomic Props and "Key as Value" pattern, You can develop UI with less code.

Less CSS, More JS

Fower is a CSS-in-JS solution, Most of the time you are writing JavaScript.

Framework-agnostic

Not tied to any framework, Can use with React,Vue,React native etc.