Pierre

Results 19 issues of Pierre

Hello, It would be great to add an option to support custom generator with custom templates. For example : I often use Semantic UI for React in TypeScript in multiples...

enhancement

Hello, I just find the `item` prop in the Create component which is not defined in the proptypes and it's never defined : https://github.com/api-platform/client-generator/blob/c7af287d38e903c761024a551e77f95459419f5e/templates/react/components/foo/Create.js#L30 Is it normal ? Thank you...

Avoid doing relocations multiple times Bug found in a personal project when setting manually a position.

Sortable
Needs Changelog note
Needs Tests
Pending Author

Hello, Thank you for this template. Do you know how to add an editor support of typescript inside of tags (webstorm or vscode) ? Thank you in advance

question

Hello @smalot , Is this project dead ?

For Aruba, there is a null national prefix

In the Dual Button, the color should be white. Because when you press it and the button is still focused, the color is the same as the background : ![image](https://user-images.githubusercontent.com/6079305/197947379-3c973037-4db0-45df-b780-2f3cb7b0ae93.png)...

There is a typo in the documentation : https://www.lightningdesignsystem.com/components/icons/#Success The example should have the `slds-icon-text-success` class instead of `slds-icon-text-warning` of the success icon color.

Hello, Thank you for your work ! Do you know how to support export in components ? Example : MyComponent.svelte ```html export const danger = () => {...}; export const...

enhancement