import logo from "/logo.svg"; import { IgrIcon } from "igniteui-react"; import styles from "./style.module.css"; export default function App() { return (

Welcome to Ignite UI for React!

A routed application shell with a responsive side navigation drawer and curated Ignite UI resources.

Ignite UI for React
Component Demos Browse React components and examples React Repository Explore Ignite UI for React on GitHub Ignite UI CLI Review the CLI source and project tooling Figma UI Kit Open Infragistics design resources
); }