@wowon/layouts
v0.1.0
Published
React layout components library.
Downloads
135
Keywords
Readme
@wowon/layouts
A JavaScript utility library.
Documentation
Installation
Install @wowon/layouts
with npm
pnpm i @wowon/layouts
Usage/Examples
import { Layout1 } from '@wowon/layouts'
function foo() {
return <Layout1>Hello</Layout1>
}
Run Locally
Clone the project
git clone https://@wowon/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