JSPM

@chakra-ui/css-reset

2.3.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 465711
  • Score
    100M100P100Q192977F
  • License MIT

CSS reset component for Chakra UI

Package Exports

  • @chakra-ui/css-reset
  • @chakra-ui/css-reset/package.json

Readme

@chakra-ui/css-reset

A CSS Reset component for Chakra UI components.

Installation

npm i @chakra-ui/css-reset
# or
yarn add @chakra-ui/css-reset

Disabling border for non-keyboard interactions

We've added global style for focus-visible in event you need to remove focus styles for non-keyboard interactions.

# as a dependency
yarn add focus-visible

# at the root of your application
import "focus-visible/dist/focus-visible"