Migrate to v1
Migrate your projects from v0 to v1.
Skel UI v1 is a major version update. There are many breaking changes, and sorry about that. However, this version provides an overall better developer experience.
Please follow this guide to upgrade your applications to Skel UI v1.
Upgrade package
Update imports
generatePlaceholder has been moved to a different file.
Update Skel.Root
The Root element will not render HTML element anymore.
Update Skel.Item
The Item component will no longer accept HTML elements. It's been change to accept only React components.
The radius prop has been changed to sr.
The children prop will no longer accept function.
Update CSS variables
Some CSS variables have been changed.
Some CSS variables has been added to customize the animation timing. Please read here.