Install
Install the package
Add styles
Choose how to include the compiled Tailwind CSS from the library.
- Import compiled CSS (recommended)
- Tailwind content path
Peer dependencies
The library requires the following peer dependencies to be installed in your project:| Package | Required version |
|---|---|
react | >=18 |
react-dom | >=18 |
axios, react-hook-form, @hookform/resolvers, and zod as
dependencies — you do not need to install them separately.
What gets installed
Build output indist/:
index.js— ESM moduleindex.cjs— CommonJS moduleindex.d.ts/index.d.cts— TypeScript typesailita-library.css— compiled Tailwind styles (imported viaailita-library/styles)
Next steps
Configure AilitaProvider
Wrap your app and connect to your tenant.

