0.0.3 • Published 3 years ago

@barelyreaper/rlayouts v0.0.3

Weekly downloads
17
License
MIT
Repository
-
Last release
3 years ago

Motivation

I copy paste the same set of components for layout in almost every react project that I work on so this is going to act as a base from now. I still prefer copying the original code around to make it easier to modify and fix when needed.

You can find the web code snippets here reaper.im/collections

Installation

npm i @barelyreaper/rlayouts
#or
yarn add @barelyreaper/rlayouts

Usage

I'm still writing proper docs, you can use the below type defs to understand the gist.

declare type IPadding = {
  children: React.ReactNode;
  x: number;
  y: number;
  all: number;
};

declare type ISpacer = {
  inline: boolean;
  x: number;
  y: number;
};

Roadmap

  • Padding
  • Spacer
  • Row
  • Col
  • Card

Dev

npm i
npm run dev

Build

npm run build
0.0.3-dev.3

3 years ago

0.0.3-dev.1

3 years ago

0.0.3-dev.2

3 years ago

0.0.3-dev.0

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago