ngx-monkey-ui
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

NgxMonkeyUi

NgxMonkeyUi is an Angular components and functionalities library under development.

Author

Installation

To install NgxMonkeyUi, you have two options:

  • Using npm:

    1. Run the following command in your Angular project:
    npm install ngx-monkey-ui
  • Downloading built files:

    1. Go to the GitHub repository releases page.
    2. Download your preferred version (latest version recommended).
    3. Extract the downloaded files into your Angular project.
    4. In your tsconfig.json file, add the following under the "compilerOptions" tag:
    "paths": {
       "ngx-monkey-ui": [
         "{{your ngx-monkey-ui parent folder}}/ngx-monkey-ui"
       ]
     },

Usage

To use the NgxMonkeyUi library in your Angular project, follow these steps:

  1. Import the necessary modules in your app module:
import { NgxMonkeyUiModule } from 'ngx-monkey-ui';

@NgModule({
  imports: [
   // ...
   NgxMonkeyUiModule
  ],
  // ...
})
export class AppModule { }
  1. Use the components and functionalities provided by NgxMonkeyUi in your templates:
<monkey-menu></monkey-menu>
<monkey-button></monkey-button>
<!-- ... -->
  1. Customize the styles of the NgxMonkeyUi components by adding your own CSS classes, using the provided CSS variables, or adding any MonkeyStyle to the component tag.

  2. Build and run your Angular project to see the NgxMonkeyUi components in action.

Documentation

Detailed documentation in next versions...

Support

If you encounter any issues or have any questions, feel free to open an issue on the GitHub repository.

License

The NgxMonkeyUi library is released under the MIT License. See the LICENSE file for more details.

Readme

Keywords

none

Package Sidebar

Install

npm i ngx-monkey-ui

Weekly Downloads

0

Version

0.2.0

License

none

Unpacked Size

2.53 MB

Total Files

140

Last publish

Collaborators

  • srpeper