@panda-design/extra
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

@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.

Readme

Keywords

none

Package Sidebar

Install

npm i @panda-design/extra

Weekly Downloads

0

Version

0.0.7

License

MIT

Unpacked Size

420 kB

Total Files

33

Last publish

Collaborators

  • dancerphil