UNPKG

babel-plugin-wind

Version:

A plugin of babel to cherry-pick wind modules

12 lines (9 loc) 248 B
import MyButton from "@aliwind/lib/button"; import MyIcon from "@aliwind/lib/icon"; import Alert from "@aliwind/lib/alert"; const MyComponent = () => <Alert> <MyButton> <MyIcon /> </MyButton> </Alert>; export default MyComponent;