awmleer / rescoped

Scoped styles made easy.

Home Page:https://rescoped.now.sh

Repository from Github https://github.comawmleer/rescopedRepository from Github https://github.comawmleer/rescoped

Rescoped

Scoped styles made easy.

Why rescoped?

Scoping css in React app is not that easy. Most people use CSS modules, but it's just a trade-off. Rescoped uses Shadow DOM and custom elements to make your components really css scoped.

Installation

yarn add rescoped
# Or
npm install --save rescoped

Docs

See the documentation site for more information.

About

Scoped styles made easy.

https://rescoped.now.sh

License:MIT License


Languages

Language:TypeScript 77.5%Language:JavaScript 22.5%