🤖 Front-End Components Custom

#Getting Started

//bash 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'], };