0.7.5 • Published 3 years ago

@lieinapril/utente-space v0.7.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

@lieinapril/utente-space

Set components spacing.

Documentation

Refer to the following storybook.

Installation

Install guide

npm install @lieinapril/utente-space

Usage

import { Checkbox } from '@lieinapril/utente-checkbox';
import { Space } from '@lieinapril/utente-space';

const Example = () => {
  return (
    <div
      style={{
        width: "calc(100% - 6rem)",
        height: "calc(100% - 6rem)",
        padding: "3rem",
        backgroundColor: "#eeeeee"
      }}
    >
      <Space justify="center" align="center" gap={16}>
        <Checkbox theme="light" size="small" label="Apple" value="apple" />
        <Checkbox theme="light" size="small" label="Orange" value="orange" />
        <Checkbox theme="light" size="small" label="Pear" value="pear" />
      </Space>
    </div>
  );
}
0.7.5

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago