0.1.0 • Published 9 months ago

@ihccc/layouts v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

@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

0.1.0

9 months ago

0.0.1-alpha.2

1 year ago

0.0.1-alpha.1

1 year ago