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.
- Host: GitHub
- URL: https://github.com/ihcccjs/layouts
- Owner: IhcccJS
- License: mit
- Created: 2023-11-22T09:44:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T08:56:14.000Z (over 1 year ago)
- Last Synced: 2025-10-30T23:38:44.604Z (8 months ago)
- Language: TypeScript
- Size: 6.09 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @ihccc/layouts
A JavaScript utility library.
[](https://npmjs.org/package/@ihccc/layouts)
[](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/)