radius
radius copied to clipboard
A design system accelerator
Hello everyone, I've discovered Radius recently and wanted to give it a try. I've ran into an error while installing: OS: Windows 10 (version 1909) Steps: - ```yarn``` - ```yarn...
When using this template for a project I noticed that the [hardcoded theme imports in storybook](https://github.com/rangle/radius/blame/master/packages/ds/src/4-color-tokens.stories.mdx#L7) makes updating the theme, particularly adding, removing, or editing the theme name a very...
Storybook's preview contains blocks to show both themes (light and dark) at the same time. If a developer creates a component with an IDREF, they will be duplicated, which the...
In the Figma File, under: **Getting Started with Radius**, the first paragraph has a link that does not go to the correct URL. ### Steps * Log-in to Figma *...
In the Figma file, under **Getting Started with Radius** page; last section: > Are you using Radius? We would love to hear about how you > are using Radius or...
In some cases when providing props to components, there is some non-compliant html attribute bleeding. e.g. `display` is passed to the html node because it's not destructured from the props...