npm install --save next-pattern-library
import React, { Component } from 'react';
import MyComponent from 'next-pattern-library';
class Example extends Component {
render() {
return <MyComponent />;
}
}
npm run prepare
npm run predeploy
npm run deploy
npm install --global np
np
MIT © danjonesdev