Package Exports
- @chakra-ui/css-reset
- @chakra-ui/css-reset/dist/index.cjs.js
- @chakra-ui/css-reset/dist/index.esm.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@chakra-ui/css-reset) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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"