README
@osui/brand-provider
安装说明
方式一
单包使用
yarn install @osui/brand-provider
import BrandProvider from '@osui/brand-provider'
方式二
从 @osui/ui 统一引入
yarn install @osui/ui
import {BrandProvider} from '@osui/ui';
单包使用
<script type="module">
import osuiBrandProvider from 'https://cdn.skypack.dev/@osui/brand-provider';
</script>
单包使用
yarn install @osui/brand-provider
import BrandProvider from '@osui/brand-provider'
从 @osui/ui 统一引入
yarn install @osui/ui
import {BrandProvider} from '@osui/ui';