noredink-ui icon indicating copy to clipboard operation
noredink-ui copied to clipboard

Component Library package & Component Catalog app code

Results 68 noredink-ui issues
Sort by recently updated
recently updated
newest added

This creates an assistant in Python using OpenAI's Assistants API to answer user queries about noredink-ui. For detailed instructions, refer to the readme added to the assistants/ folder. https://github.com/NoRedInk/noredink-ui/assets/5647344/482595b9-c31a-44ab-9a13-9369dd37dc43

The now-disbanded Accessibility Team was tracking other updates to noredink-ui in the Roadmap "[Frontend Infra](https://linear.app/noredink/roadmap/a11y-frontend-infra-a261a66c88f9/all)," which contains a number of frontend projects. Please feel free to work through those.

This PR introduces an elm-review rule that can be used by consumers of nri-ui to ensure proper usage of `FocusLoop.Lazy` per the comment in `Nri.Ui.FocusLoop.Lazy.V1`. I'm not sure this is...

Please see issues in the Linear project [Improve test coverage in the component library](https://linear.app/noredink/project/improve-test-coverage-in-the-component-library-09f51ce23abc)

Please use the template that's relevant for your situation and delete the other templates. If this is just a noredink-ui repo doc change, you don't need to follow a template....

Consistently apply the "no" cursor to disabled components: - Checkbox - Select - TextArea - TextInput

Rather than concatenating alignment, width, and padding as one property, break them out into separate properties.

# :wrench: Modifying a component ## Context This PR makes `Nri.Tooltip` tails always affix to the trigger element. While the API remains the same, this is a breaking change with...