0.0.1 • Published 2 years ago

@myporto/prime v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

@myporto/prime 👑👑

This is the theme for myporto designed with react, tailwind and daisyui.

Installing the theme guide ⏳⏳

Run npm i @myporto/prime to install the theme on your local machine. Then you could simply import it and use it like

import { Prime } from '@myporto/prime';
export function Index() {
  return (
    <div>
      <Prime />
    </div>
  );
}

Enjoy and follow for more updates. ⭐⭐