This is a solution to the Interactive Pricing Component challenge on Frontend Mentor.
- Desktop
- Mobile
- Solution URL: https://github.com/rashidshamloo/fem_030_interactive-pricing-component/
- Live Site URL: https://rashidshamloo.github.io/fem_030_interactive-pricing-component/
- Vite / React.js
- TypeScript
- Material-UI
- SASS/SCSS
- Semantic HTML5 markup
- Setting up a global SCSS import in Vite to remove the need of using
@import
in every file
css: {
preprocessorOptions: {
scss: {
additionalData: '@import "./src/styles/colors";',
},
},
},
- Using
list-style-position:inside;
in CSS to bring the list bullet points inside the flow - In-depth customization of Material-UI components
- Setting
aria-label
attribute for Material-UI components usinginputProps = {{ 'aria-label': 'LABEL' }}
- Portfolio - rashidshamloo.ir
- Frontend Mentor - @rashidshamloo
- Twitter - @rashidshamloo