1 | import { anchor } from "@icommon/unicons/line/anchor"; |
2 | import { Icommon } from "@icommon/components/Icommon"; |
3 | |
4 | <Icommon node={anchor} /> |
1 | npm install @icommon/components |
2 | npm install @icommon/unicons |
1 | import { anchor } from "@icommon/unicons/line/anchor"; |
2 | import { Icommon } from "@icommon/components/Icommon"; |
3 | |
4 | <Icommon node={anchor} /> |
1 | npm install @icommon/components |
2 | npm install @icommon/unicons |