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

@elhakim/access-model

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elhakim/access-model

halan admin tool access model as a package

latest
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

admintool centeralizing component

Admin tool centered abs as a package use it when you have a screen and you want to centralize your content in the middle of it using flex capabilities

Installation

npm i @elhakim/centered-abs

Usage

import React from 'react';
import ReactDOM from 'react-dom';
import CenteredAbs from '@elhakim/centered-abs'

ReactDOM.render(<CenteredAbs bgColor="red">
    <h1>Hello</h1>
</CenteredAbs>, document.getElementById('root'))

Options

optionexampledescription
bgColorbgColor="#fff000"container background color, use any css valid color

FAQs

Package last updated on 15 Apr 2020

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