# Wrap You can wrap a component inside spin. To match regular components's size, spin alse provides `in-small`, `in-medium` and `in-large` sizes. ```html
in small in medium in large Leave it till tomorrow to unpack my case. Honey disconnect the phone.
Click to Spin ``` ```js export default { data () { return { spinning: false } } } ``` ```css .n-alert { margin: 0 0 12px 0; } ```