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