james-ui-custom
v0.2.1
Published
Front End Component Custom
Downloads
4
Maintainers
Readme
🤖 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'],
};