An open API service indexing awesome lists of open source software.

https://github.com/ihcccjs/layouts

React layout components library.
https://github.com/ihcccjs/layouts

Last synced: 10 minutes ago
JSON representation

React layout components library.

Awesome Lists containing this project

README

          

# @ihccc/layouts

A JavaScript utility library.

[![NPM version](https://img.shields.io/npm/v/@ihccc/layouts.svg?style=flat)](https://npmjs.org/package/@ihccc/layouts)
[![NPM downloads](http://img.shields.io/npm/dm/@ihccc/layouts.svg?style=flat)](https://npmjs.org/package/@ihccc/layouts)
## Documentation

[Documentation](https://ihccc/layouts)

## Installation

Install `@ihccc/layouts` with npm

```bash
pnpm i @ihccc/layouts
```

## Usage/Examples

```javascript
import { Layout1 } from '@ihccc/layouts'

function foo() {
return Hello
}
```

## Run Locally

Clone the project

```bash
git clone https://@ihccc/layouts
```

Go to the project directory

```bash
cd Layout1
```

Install dependencies

```bash
pnpm install
```

Start the server

```bash
pnpm run dev
```

## Running Tests

To run tests, run the following command

```bash
pnpm run test
```

## Deployment

To deploy this project run

```bash
pnpm run deploy
```

## License

[MIT](https://choosealicense.com/licenses/mit/)