Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@sinoform/comp-width-tabs

maitian02229MIT0.1.0TypeScript support: included

宽度设置组件。

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>
  );
}