Natalie Mclaren
Natalie Mclaren
Hi I'm trying to redirect the user to a thank you page based on whether the status flag is "success" or not. Unf the status is unknown at the time...
style: [internal] Update headers to align size, weight and line-height with product library styles
- A follow-up from https://github.com/Doist/reactist/pull/640 which was closed ## Short description This PR aligns the default styles for the `Heading` (`h1`, `h2`, `h3`) with the styles from the [product library](https://www.figma.com/file/xo9yAsH8PQUpi0eTJh9pmR/Product---Global?node-id=2527%3A3732)....
## ⁉️ Why The `Header` component in Reactist is outdated compared to the ones in our product library. Once aligning we also don't need the `size` prop ([ref](https://doist.github.io/reactist/?path=/docs/design-system-heading--heading-story)). ## 🗺...
### Current behavior Given a component of the following structure.. ``` ... Your favorite fruit placeholder="e.g., Apple" className="combobox" /> 🍎 Apple ... ``` When typing into the input field and...
I recently tried out your Functional Component example of the Snow effect ([ref](https://codesandbox.io/s/snow-fn-react-canvas-confetti-i3y7w)) and saw that only the first colour in the array is accepted. I tried this in my...