UNPKG

babel-plugin-wind

Version:

A plugin of babel to cherry-pick wind modules

12 lines (9 loc) 215 B
import React, { Component } from 'react' import { Icon, Button } from '@aliwind' import _ from 'lodash' const MyComponent = () => ( <Button> <Icon type="question" /> </Button> ) export default MyComponent