1.0.0-rc.9 • Published 3 years ago

@hackr/chakra-ui-css-reset v1.0.0-rc.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@hackr/chakra-ui-css-reset

A CSS Reset component for Chakra UI components.

Installation

npm i @hackr/chakra-ui-css-reset
# or
yarn add @hackr/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"