Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mukhindev/template-react-package


https://github.com/mukhindev/template-react-package

Last synced: 3 days ago
JSON representation

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!")
```