Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mukhindev/template-react-package
https://github.com/mukhindev/template-react-package
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mukhindev/template-react-package
- Owner: mukhindev
- Created: 2024-05-11T19:01:24.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T18:32:17.000Z (6 months ago)
- Last Synced: 2024-05-13T19:46:32.602Z (6 months ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @mukhindev/template-react-package
Package template for React components
Demo: https://github.com/mukhindev/...
## Install
⚠️ Dependencies: Your project need work with CSS modules.
```
npm install @mukhindev/...
```## CSS Modules
Package components use the CSS modules without pre-processing, so you can process them to suit your build. Vite and Next.js support CSS modules.
## Heading
```JavaScript
console.log("Hello World!")
```