0.0.1 • Published 11 months ago

@fluentliteui/space v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

@fluentliteui/space

install

yarn add @fluentliteui/space

usage

import { space } from "@fluentliteui/space";
import "@fluentliteui/space/dist/index.css";

function App() {
    return <>
        <Space>
          <p>1</p>
          <p>2</p>
          <p>3</p>
        </Space>
        <Space gap={0} direction="column">
          <p>1</p>
          <p>2</p>
          <p>3</p>
        </Space>
    <>
}
0.0.1

11 months ago

0.0.0

11 months ago