glints-aries icon indicating copy to clipboard operation
glints-aries copied to clipboard

React UI Framework built with React and Styled-components

Results 27 glints-aries issues
Sort by recently updated
recently updated
newest added

https://zpl.io/VDLg8DW * Rename `title` to `headline` * Rename `paragraph` to `body` * Add `label` * Add `subtitle` * Ensure all components and their variants/sizes have the correct styles

Add the guidelines to Modal storybook after the designers send a proper write up. 1. Only 1 or 2 buttons preferred to be there in the modal. 2. The primary...

Documentation

`NumberInput` calls the `onChange` handler even if the input does not conform to the `min`, `max` and `step` requirements specified as its properties, so long as the input is **numerical**....

Bug

Each component should extend the props of it's own native element e.g. for `Button` ``` interface Props extends React.HTMLProps { ... } ``` Will have to figure out a way...

Standardized ARIA best practices for accordions.

There is a flashing with the text "No matching results" setting the initial state to wether we have or not menu options fix the flashing.