-
#
Haus Theme Provider is a Single Component Config for the DAOhaus UI library.
The idea is that a developer can add this one component to the root document of their React application, and i…
-
**I can take the lead on this, since it might not be a priority for the team.**
I'm testing a revamp to the design using [Radix UI Colors](https://www.radix-ui.com/docs/colors/palette-composition/t…
-
# Create `` Component
Create a reusable basic `Switch` component for use in the DAOhaus forms.
## Details
Name: ``
### Spec questions
- Like the other inputs, we'll want to think about …
-
## Documentation
The example shown below doesn't have any visual change when toggling the `indeterminate` state.
My suggestion would be to show an indeterminate state, similar to this:
…
-
I know we've been aware of this for some time but wanted to get it written down.
It seems we're depending on @modulz/design-system here so we're on a really old version of stitches. I'm guessing t…
-
Vitalik has offered 1 eth to make a PR to https://github.com/vbuterin/blogmaker and https://github.com/vbuterin/blog to add proper dark mode.
Requirements:
* Should be a small addition to the s…
-
I just discovered that Radix UI has a color palette library. We should use this to put together a better color palette.
https://www.radix-ui.com/colors
-
**Question**
We are trying to implement WhiteSource SBOM for org, but we are stuck with the below error, could you please let us know how to resolve this issue (partial error statement below):
WAR…
-
### What version of Remix are you using?
1.13
### Steps to Reproduce
#### Bugged version
Given the following code, featuring Radix's [\](https://www.radix-ui.com/docs/primitives/components/toolt…
-
I have a `styled` wrapper that allows me to manage the component props before actually adding them in the component.
The JS part works as expected, but Im having a quite hard time figuring out how to…