Setup Guide
1
Install the package
Install @zalify-ui/react and its peer dependency React.
2
Add the Provider
Wrap your application with ZalifyProvider. This injects the component styles and sets up theming.
See Theming for all available accent colors, gray palettes, and border radius options.
3
Use components
Import and use any component from the package.
And that's it! Happy hacking!