New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@ikilote/magma

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ikilote/magma

Personal components.

0.0.4
Version published
Weekly downloads
125
22.55%
Maintainers
0
Weekly downloads
 
Created

@ikilote/magma

npm version Downloads MIT license

Magma is a component library for my personal projects, because I don't want to copy/paste.

It will evolve mainly according to my projects. But people want to use it and help, no worries.

Component

  • Color picker
  • Context-menu
    • List in options
    • Circle in options
  • Dialog
  • Tabs

Demo

See : Demo

For start

npm i @ikilote/magma

Add in style.css

@import '@angular/cdk/overlay-prebuilt.css';
@import '../node_modules/@ikilote/magma/assets/styles/css-var.css';
@import '../node_modules/@ikilote/magma/assets/styles/style.css';

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Publishing the library

npm run build:lib
npm run publish:lib

Update Demo

npm run build:demo

License

Like Angular, this module is released under the permissive MIT license. Your contributions are always welcome.

FAQs

Package last updated on 08 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts