@fluentliteui/space
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

@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>
    <>
}

Readme

Keywords

none

Package Sidebar

Install

npm i @fluentliteui/space

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

4.71 kB

Total Files

10

Last publish

Collaborators

  • kasagawa