@admin-layout/react-shared-components
v1.0.3-alpha.106
Published
Sample core for higher packages to depend on
Downloads
116
Readme
React Shared Components
This package is suppose to have customized components for this App
It has layout components similar to ant-design/ant-design-pro/tree/master/src/layouts
.
- We can track the new changes from
ant-desig/ant-design-pro
by create a PR agains the cloned repositoryreboxjs/ant-design-pro
like below.
https://github.com/reboxjs/ant-design-pro/pull/1
We create the PR with name as the date (of last snap clone) when it was created so we can see if any layout components changes has happen then we sync those change mannually in this package.
We use
less
as inant-design-pro
and they need to be converted tofela
styles.We don't use some of the ant related packages for
routes
,history
or anything starts in theirimports {...} from '@/....'
we use natively.