Skip to content

IhcccJS/layouts

Repository files navigation

@ihccc/layouts

A JavaScript utility library.

NPM version NPM downloads

Documentation

Documentation

Installation

Install @ihccc/layouts with npm

  pnpm i @ihccc/layouts

Usage/Examples

import { Layout1 } from '@ihccc/layouts'

function foo() {
  return <Layout1>Hello</Layout1>
}

Run Locally

Clone the project

  git clone https://@ihccc/layouts

Go to the project directory

  cd Layout1

Install dependencies

  pnpm install

Start the server

  pnpm run dev

Running Tests

To run tests, run the following command

  pnpm run test

Deployment

To deploy this project run

  pnpm run deploy

License

MIT

About

React layout components library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published