Expose `useFirisPaint` hook
Open
- Dominant language
- TypeScript
- Stars
- 165
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
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.

Contributor guide
Assessment
This issue has not been assessed yet.