MacawUI: an official UI design kit for Saleor
MacawUI is an official React UI components kit designed for Saleor, an open-source GraphQL-first and Next.js ready e-commerce platform. It provides a collection of elements used in the creation of Saleor’s dashboard interface, allowing users to create Saleor Apps with ease. MacawUI aims to enhance the development process and empower users to create impactful projects.
To use MacawUI, follow the steps below:
index.tsx
:import '@saleor/macaw-ui/dist/styles.css';
ThemeProvider
to your app to provide the theme to the components. Include the following code snippet:import { ThemeProvider } from '@saleor/macaw-ui';
const App = () => {
return (
<ThemeProvider>
{/* Your app components */}
</ThemeProvider>
);
};
MacawUI is an official React UI components kit specifically designed for Saleor, an open-source GraphQL-first and Next.js ready e-commerce platform. It offers a comprehensive collection of UI elements used in the creation of Saleor’s dashboard interface, enabling users to build their own apps effortlessly. With seamless integration and Next.js compatibility, MacawUI streamlines the development process and empowers users to create impactful projects.