alexpaxton
alexpaxton
I am building a button component as part of a UI kit. Ideally I can just export a styled component instead of a function component so that all the button...
We've been using your great library for the past couple years
I am using Chrome Version 59.0.3071.115 (Official Build) (64-bit). I've witnessed this in versions of Firefox and Safari, as well as different versions of Chrome on my coworkers computers. I...
When users click the `copy` button, it adds a trailing slash that is not visible in the example. How it appears in the browser: ...
### Background See #377 - the first part of this. #### The product requirements of the UI are: - Annotations inherit their display color from the stream they are a...
Currently all components have `className` typed as `string | undefined` since it is an optional prop with no default. To deal with this we are coercing `className` to be strict...
`ComponentStatus` seems more like a mirror of `RemoteDataState`, which doesn't have any concept of "disabled". We have some components that have a separate `disabled` prop as a boolean, which seems...
### Problem: - We are using Rollup for production builds and Webpack for development builds (aka storybook) - Having two build tools is hard to understand - Makes it harder...