New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@chakra-lite/react

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@chakra-lite/react

A tiny (1kb) alternative to the popular chakra-ui library for react AND preact

unpublished
latest
Source
npmnpm
Version
3.0.14
Version published
Maintainers
1
Created
Source

@chakra-lite/react and @chakra-lite/preact

A tiny (1kb) alternative to the popular chakra-ui library for react AND preact

Sister packages:

  • @chakra-lite/css
  • @chakra-lite/styled

Pros:

  • Much less bundle size and runtime sluggishness
  • Less is more: less bugs, no breaking changes
  • Compatible with preact and react
  • Supports declaring styled components inside of Components for better code colocating and NO MORE NEED TO PASS ARGS!
  • Supports css AND tss - a tab based css

Cons:

  • No SSR support

Setup/Install

npm i @chakra-lite/react

or for preact

npm i @chakra-lite/react

Tip: Set "moduleResolution": "NodeNext" in tsconfig.json to get the best typescript experience

Usage

Preview below. For full code, see demo folder

Comparisons

Chakra-UI

  • A popular UI component framework

Pros

  • Very feature rich

Cons

  • Is massive (>30kb)

Material-UI

(Coming soon)

Keywords

chakra

FAQs

Package last updated on 23 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts