0.0.7 • Published 10 months ago

@panda-design/extra v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@panda-design/extra

version npm downloads MIT License

Extra components and utils of Panda Design which may have extra deps.

English | 中文

@panda-design/router

干嘛的?

react-router-domdata API 联动,可以很方便的生成 Breadcrumbs 面包屑documentTitle 浏览器标签名

为什么是一个单独的库?

此库额外依赖了 react-router-dom 作为 peerDependencies,可能会影响到主组件库的升级。

注意事项

antd@5.3.2 + react-router-dom@6.8.2 是验证可行的。往上的版本可以自行测试,一般来说都是可以的,往下的版本也可以自行测试,一般不行。

Get Started

  • install
yarn add @panda-design/extra
  • Build your application above @panda-design/extra
import {GaussianBackground} from '@panda-design/extra';

const App = () => {
    return <GaussianBackground>Hello there.</GaussianBackground>;
};

Docs

see StyleGuide made by this package

also you may clone

git clone git@github.com:panda-design-team/panda-design-team.github.io.git
cd panda-design-team.github.io
yarn
yarn start

Contribute

Feel free to raise issues and PR.

0.0.7

10 months ago

0.0.6

11 months ago

0.0.3

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.2

1 year ago

0.0.1

1 year ago