RE

React Base16 Styling

react-base16-styling

React styling with base16 color scheme support

Utilities
react
theme
base16
styling
react-base16-styling
Utilities
javascript
npm
frontend
open source
Stars
14k
Weekly
0
Open issues
232
Bundle
~60 kB

Installation

npm install react-base16-styling

Code example

import { useBase16Styling } from "react-base16-styling";

export function Example() {
  const value = useBase16Styling();
  return <p>{String(value)}</p>;
}

Pros & cons

Pros

  • Actively maintained by Alexander
  • 0 weekly downloads. Battle tested
  • First-class TypeScript definitions
  • MIT licensed

Considerations

  • Adds roughly ~60 kB to your bundle
  • Needs client-only rendering in SSR frameworks
  • Not supported in React Native
  • 232 open issues on GitHub

FAQs

Alternatives & similar libraries