@sinoform/comp-width-tabs

宽度设置组件。

Usage no npm install needed!

<script type="module">
  import sinoformCompWidthTabs from 'https://cdn.skypack.dev/@sinoform/comp-width-tabs';
</script>

README

@sinoform/comp-width-tabs

宽度设置组件。

安装

yarn add @sinoform/comp-width-tabs

使用

需要在FormState的上下文中使用。

import WidthTabs from '@sinoform/comp-width-tabs';
import { Form } from '@sinoui/sinoui-components-forms';

function Demo() {
  return (
    <Form>
      <WidthTabs />
    </Form>
  );
}