alexpaxton

Results 11 issues of 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

stale
documentation

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: ![Screenshot 2024-01-11 at 12 16 43](https://github.com/rapi-doc/RapiDoc/assets/2433762/a44bbde5-3581-47a8-87f9-152ef812fa0a)...

### 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...

team/ui

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...

tech debt
Low Priority

`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...

enhancement
Epic
tech debt

### 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...

tech debt