Installation

Get started with SlateUI in your Angular project. Follow these steps to install and configure the library using our CLI tool.

Installation Steps

1

Install SlateUI CLI

Install the SlateUI CLI as a development dependency:

          
      
2

Initialize SlateUI

Run the initialization command to set up SlateUI in your project:

          
      

This command will automatically install required dependencies and configure your project.

3

Add components

You can now start adding components to your project.

          
      

Manual Installation

If you prefer to install SlateUI manually without the CLI, you can follow these steps:

1

Install Core Dependencies

Add the following dependencies to your project:

          
      
2

Setup Tailwind CSS

Follow the official Tailwind CSS Angular framework guide.

3

Add CSS Variables

Add CSS variables to your styles.css:

          
      

Next Steps

Now that you have SlateUI installed:

  • Explore the available components in the Components section
  • Configure your theme and dark mode preferences
  • Use the CLI to add specific components to your project
  • Customize the design system to match your brand

Built with ❤️ by @immohammadjaved • Source code available on GitHub