0.0.1 • Published 1 year ago

ispacegap v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

ispacegap

Quickly create some gaps between elements

Usage

import { Space } from "ispacegap";

const Page = () => {
  return (
    <div>
      <Space>
        <div>This is a</div>
        <div>This is b</div>
      </Space>
    </div>
  );
};
0.0.1

1 year ago

0.0.0

1 year ago