emmet-vim icon indicating copy to clipboard operation
emmet-vim copied to clipboard

emmet vim for react bootstrap can not work together

Open laoshaw opened this issue 3 years ago • 0 comments

react bootstrap has this format such as Alert.Link, or Form.Group, e.g

<Alert.Link> an example link</Alert.Link>

emmet will of course make it look like <Alert className="Link">an example link</Alert> instead.

are there any chances to make both work together? can I use emmet to do: <Alert.Link className="myAlert">an example link</Alert.Link>?

laoshaw avatar Dec 28 '20 23:12 laoshaw