custom design system for petmo site
npm install petmo-design-system
- You can use theme and globalstyle at once
const root = ReactDOM.createRoot(document.getElementById("root"));
root.render(
<PetmoStyleProvider>
<App />
</PetmoStyleProvider>
);