style-guide icon indicating copy to clipboard operation
style-guide copied to clipboard

Expose `useFirisPaint` hook

Open coderitual opened this issue 2 years ago • 0 comments

This hook is internally used to disable animation during first render (so it has the same behaviour as native css transition). It might be useful for the application to use this hook as well.

Note: This hook is important but only part of the full solution. Solution itself my differ depending on the use case so keep in mind you still need to implement the other part. For the reference you may take a look at Checkbox or Radio components implementation.

CleanShot 2023-06-16 at 11 15 40

coderitual avatar Jun 16 '23 09:06 coderitual