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

In order to get PremiumCheckbox examples with working Ellie links, I also split the checkbox and premium examples into 2 separate examples. Fixes A11-1470 ## Checkbox ## PremiumCheckbox

Custom styles apply correctly when the default premium display is used: Custom styles disappear when the premium display is PremiumLocked:

bug

This PR adds the new design logos for Clever and Google to NRI UI. Two of them are currently named `cleverFull` and `googleClassroomFull` because the names I think they should...

Fixes A11-1399 Topics to ask about: - ✅ inline comments - ✅ type aliases in function signatures changing the generated code (e.g., Accordion.view versus Accordion.styleAccordion) - ✅ how to alias...

This is an example of `Table.string`: ```elm Table.string { header = "Topic" , value = .topic , width = Css.auto , cellStyles = always [ Css.padding (Css.px 15) , Css.fontWeight...

table

See gradebook and mastery table for usecases

clickable-text