solomaker-common-components
v1.0.1
Published
Common components for HTML/JS and React projects
Readme
The common components for the project
project structure
common-components/
├── package.json
├── src/
│ ├── index.js
│ ├── CornerLink.js
│ └── styles.js
├── dist/
│ ├── index.js (CommonJS)
│ ├── index.esm.js (ES Module)
│ └── index.umd.js (UMD)
└── README.md