@abimato/components 中文文档教程
components
Usage
Logo
import Logo from '@abimato/components/Logo'
const App = props => {
return (
<Logo
type="swipe"
size={32}
fill="#a00"
/>
)
}
components
Usage
Logo
import Logo from '@abimato/components/Logo'
const App = props => {
return (
<Logo
type="swipe"
size={32}
fill="#a00"
/>
)
}
更多