@mbrain/epichug-react
v0.1.0
Published
React component library
Downloads
2
Readme
React Library
Description of the library.
Installation
npm install mylibFrom host project
Add to src/app/globals.css
@source "../node_modules/@mbrain/epichug-react";Peer Dependencies
This library requires the following peer dependencies:
{
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tailwindcss": "^4.0.0",
"motion": "^12.0.0"
}Usage
import { Button } from 'mylib';
function App() {
return <Button>Click me</Button>;
}License
Commercial
