# @elhakim/loader

> halan admin tool loader as a package

Latest version **1.1.2** (published 2020-04-04) · ISC license · 0 weekly downloads

## Install

```sh
npm install @elhakim/loader
pnpm add @elhakim/loader
yarn add @elhakim/loader
bun add @elhakim/loader
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.2 |
| Published | 2020-04-04 |
| First published | 2020-04-02 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 79.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | elhakim |

## Links

- npm: https://www.npmjs.com/package/@elhakim/loader
- npm.io page: https://npm.io/package/@elhakim/loader

## Dependencies (1)

- [@material-ui/core](https://npm.io/package/@material-ui/core.md) ^4.9.8

## Recent versions

- 1.1.2 (latest) — 2020-04-04
- 1.1.1 — 2020-04-02

## README

# 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

```javascript
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
| option | example | description|
|---|---|---|
| bgColor | `bgColor="#fff000"` | container background color, use any css valid color |

---
_Source: https://npm.io/package/@elhakim/loader · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
