Made with create-react-library
> Made with create-react-library
 
ticketmelon-ui is a Material-UI (MUI) library created to expedite the process of designing React applications. It includes a collection of pre-styled components that adhere to the Material Design guidelines.
To install ticketmelon-ui library in your project, you can use npm (node package manager) by running the following command in your terminal:
``bash`
npm i ticketmelon-ui
-MelonInput 🔗
!MelonInputComponent
---
-MelonInputPhone 🔗
!MelonInputPhone
---
---
To deploy the library, follow these steps:
Compile the library by running
`bash`
npm run build
in your terminal. This will generate a dist folder with the compiled code.
Make sure that you are logged in to npm. If not, run
`bash`
npm login
and provide your npm account details.
Publish the package to npm using
`bash`
npm publish --access public
Please note that you must increment the version number in the package.json file before you can publish updates to npm.
`tsx``
import MyComponent from 'ticketmelon-ui'
MIT © SakdinonPiakatAtTicketmelon