Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 409 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 409 Bytes

petmo-design-system

custom design system for petmo site

Documentation

Installation

npm install petmo-design-system

Usage

  • You can use theme and globalstyle at once
const root = ReactDOM.createRoot(document.getElementById("root"));
root.render(
  <PetmoStyleProvider>
    <App />
  </PetmoStyleProvider>
);

Homepage

petmo-storybook