https://github.com/themashcodee/demo-npm-comp-lib
A very basic demo project to understand how to make npm package with tsdx.io
https://github.com/themashcodee/demo-npm-comp-lib
Last synced: about 1 year ago
JSON representation
A very basic demo project to understand how to make npm package with tsdx.io
- Host: GitHub
- URL: https://github.com/themashcodee/demo-npm-comp-lib
- Owner: themashcodee
- License: mit
- Created: 2021-11-16T10:05:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-18T14:51:12.000Z (over 4 years ago)
- Last Synced: 2025-06-21T23:02:24.800Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/demo-npm-comp-lib
- Size: 249 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How to Use
You can try out this dumb basic demo component library in React, Next.js Application with typescript or without typescript.
## Step 1
`npm i demo-npm-comp-lib`
or
`yarn add demo-npm-comp-lib`
## Step 2
### If you are not using tailwindcss in your app
so import the css file

### If you are using tailwindcss in your app
so include the following path in purge array in tailwind.config.js
