A modern and professional sidebar component for Envista's CO2 emissions calculator.
- Clean and modern design
- Responsive layout
- Professional color scheme
- Easy to customize
- Install dependencies:
npm install- Start the development server:
npm start- Build for production:
npm run build- React
- TypeScript
- Styled Components
- React Icons
src/
├── components/
│ └── Sidebar.tsx
├── App.tsx
└── index.tsx
public/
└── index.html
The sidebar can be easily customized by modifying the styled components in src/components/Sidebar.tsx. The color scheme and layout can be adjusted to match your brand's requirements.