0.0.5 • Published 12 months ago

@ruva-soft/components v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

@ruva-soft/components

The @ruva-soft/components library is a collection of reusable UI components for Angular applications. It provides a set of pre-built components that can be easily integrated into your projects, promoting code reusability and enhancing development efficiency.

Features

  • Ready-to-use UI components for common use cases.
  • Well-documented API and usage examples for each component.
  • Customizable styles using CSS and SASS.

Installation

Install the @ruva-soft/components library by running the following command:

npm install @ruva-soft/components

Usage

Import the desired components from @ruva-soft/components in your Angular module and start using them in your templates.

import { Component1Module, Component2Module } from '@ruva-soft/components';

@NgModule({
  imports: [
    // Other module imports
    Component1Module,
    Component2Module,
  ],
  // ...
})
export class AppModule {}

Contributing

Contributions to the @ruva-soft/components library are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request on the GitHub repository.

License

This library is released under the MIT License.

Credits

The @ruva-soft/components package is developed and maintained by Ruvasoft Solutions Inc.

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago