Lightweight and fast css-in-js tool
- 🎭 Polymorphism
- 🔵 Full ts type
- 🗺 Support SourceMap
- 🛎 Support SSR
- 🎨 Support Themes
- ☘️ Small size compression + gzip 4kb
- ⚡️ Near native rendering speed
It's very fast. Almost as fast as using native css, and even faster than native rendering under certain conditions
React wrapper including the styled
API.
npm install @styils/react
Solid wrapper including the styled
API.
npm install @styils/solid
Vue wrapper including the styled
API.
npm install @styils/vue
This is required for sourcemap. Note that babel-plugin
does not support vue suorcemap
npm install @styils/babel-plugin
Wraps @styils/babel-plugin
and provides vue sourcemap support.
npm install @styils/vite-plugin
Styils was inspired by other css in js tools such as emotion, goober, stitches. Thanks.
Benchmarks come from stitches
Licensed under the MIT License, Copyright © 2022-present zoy-l
See LICENSE for more information.