New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

am-ts-components

Package Overview
Dependencies
Maintainers
2
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

am-ts-components

This is the Adelco Web Components Repository for UI Kit and Frontastic Components.

latest
npmnpm
Version
0.20.4
Version published
Maintainers
2
Created
Source

Getting Started

This is the Adelco Web Components Repository for UI Kit and Frontastic Components.

Installation

yarn add @adelco/web-components

or

npm --save install @adelco/web-components

Additionally install the peer dependencies (if not present)

yarn add react

or

npm --save install react

Usage

Import the components theme from the npm package in the app main file

import "@adelco/web-components/dist/adelco.css";
...

Import and using the components

import { Button } from '@adelco/web-components';

const Example = () => {
  return (
    <div>
      <Button variant="primary">Primary Button</Button>
    </div>
  );
};

export default Example;

Available components

Work in progress ....

FAQs

Package last updated on 17 Jul 2023

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