0.2.1 • Published 1 year ago

james-ui-custom v0.2.1

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

🤖 This is a Front-End Components Custom.

Getting Started:

First, install npm packages:

npm install james-ui-custom
# or
yarn add james-ui-custom

Note: If you would like to use this package for Nextjs. Please follow the instructions below:

After installing, please help me add more config option to next.config.js file:

const nextConfig = {
    transpilePackages: ['james-ui-custom'],
};