@osui/brand-provider

单包使用

Usage no npm install needed!

<script type="module">
  import osuiBrandProvider from 'https://cdn.skypack.dev/@osui/brand-provider';
</script>

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';