We are currently in alpha version.
Please expect changes. If you find any issues, please report them on our github.
Getting started
Zap/UI is a comprehensive library designed to streamline the development of Angular applications with a consistent and customizable design system. It leverages the power of Tailwind CSS to provide a set of pre-designed components and utilities that can be easily integrated into your projects. Whether you're building a small project or a large-scale application, Zap UI helps you maintain a cohesive look and feel throughout your application.
Use it in your application
Before you start, setup tailwindcss in your project first.
bash
Now, install the library by using npm i @zaplib/zapui
. Please make sure the your application is running angular 16.0.1
or higher.
npm
Standalone
Now, provide root configuration to the core module inside app.config.ts
app.config.ts
Modules
If you are using shared modules configurations, import the core module in app.module.ts
and provide the root config
app.module.ts