chakra-ui-docs
chakra-ui-docs copied to clipboard
Documentation website for chakra ui
Closes #790 Replace all instances of the React Live Previews with the use of the CSB Sandpack . > Note: Any instance of the word `Sandpack` will be abbreviated to...
@kfranqueiro You can simply avoid this issue using `toastOptions.portalProps.containerRef`. I think this way is not as complicated as being called "workaround" and this issue can be closed. sandbox: https://codesandbox.io/s/next-js-links-dont-work-inside-toasts-forked-k0m1o2 ```tsx...
### Description I'm exploring the use of Chakra in my app, and noticed that there is an error on https://v1.chakra-ui.com/ in a codesandbox ### Link to Reproduction https://v1.chakra-ui.com/ ### Steps...
Bumps [@docusaurus/utils](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-utils) from 2.0.0-alpha.69 to 2.0.1. Release notes Sourced from @docusaurus/utils's releases. 2.0.0-rc.1 (2022-07-14) :bug: Bug Fix docusaurus #7776 fix(core): swizzle --eject js should not copy theme .d.ts files (@slorber)...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 11.0.0 to 16.0.0. Release notes Sourced from puppeteer's releases. v16.0.0 16.0.0 (2022-08-02) ⚠ BREAKING CHANGES With Chromium, Puppeteer will now attach to page/iframe targets immediately to allow...
### Subject Landing page ### Description Some major companies like [StockX](https://stockx.com/), [Bitwarden](https://bitwarden.com/) and [Crypto.com](https://crypto.com/price) are using Chakra UI in production. I feel like we could put a logo grid on...
### Subject Migration from v1 to v2 ### Description ## Problem I upgraded from Chakra `1.8.8` to `2.2.1` today. After launching the development environment, most of my css styles were...
### Subject GettingStarted ### Description Currently, the documented command for installing modules via yarn is: ``` yarn add @chakra-ui/react @emotion/react@^11 @emotion/styled@^11 framer-motion@^6 @emotion/server@^11 ``` However, in newer versions of yarn,...
### Subject Using _hover attributes with pseudo-elements ### Description There is existing documentation regarding styling elements on`_hover` as well as documentation around using `_before` / `_after` to style pseudo-elements. However,...
### Subject Redesign navigation bar ### Description Given that we're starting to have more content (e.g. Tutorials, Component Theming, Case studies), I think the website's navigation needs a redesign to...