react-utility-yard
TypeScript icon, indicating that this package has built-in type declarations

1.0.25 • Public • Published

React-utility-yard npm npm version

⚠️ This project is in developement, still you can explore for setting up following features together.

Features

  • [x] React
  • [x] Tailwind
  • [x] vite
  • [x] ts
  • [x] storybook

Functions const Hello = () => console.log("Jello....);

Additional Settings tobe used in your Project

  • Following libraries are must
    • Tailwind
    • material Icons ( google fonts )
  • Tailwind Plugins
    • @tailwindcss/forms

Run & Publish Storybook

This storybook is published live

Run storybook locally

npm run storybook

Publish Storybook Online [ Automated by vercel ]

npm run build-storybook-prod

Publish NPM

Push the changes to git and change package version otherwise npm don't accept.

Build the package

npm run build

Publish the package

npm publish

On-Going tasks

  • [x] Remove the padding for sidebar content box
  • [x] Remove the css file from build if not using it.
  • [ ] Side bar not scrolling
  • [ ] sidebar hamberger issue, its reversed.

Issues and Fixes

  • Integrating Tailwind with ts. While building the module compiled tailwind must be sent along with build directory.
    • npx tailwind -i src/tailwind.css -o ./build/tailwind.css
    • Currently, Not providing Css with the package.
  • Copy assets to the build [ might need to see better way]
  • With Tailwind 3, Dynamic Classed dont work. Use this instead : link/Doc.

Source info

  • package.json
    • files : list of files to be published along with readme and package.json
  • tsconfig.json
    • sourceMap : source map maps the transformed source to the original source for debbuging purpose by the browser.

References/Components/demos

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.252latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.252
1.0.240
1.0.230
1.0.220
1.0.210
1.0.200
1.0.190
1.0.180
1.0.170
1.0.160
1.0.150
1.0.140
1.0.130
1.0.120
1.0.110
1.0.100
1.0.90
1.0.80
1.0.70
1.0.60
1.0.50
1.0.40
1.0.30
1.0.10
1.0.00

Package Sidebar

Install

npm i react-utility-yard

Weekly Downloads

2

Version

1.0.25

License

MIT

Unpacked Size

255 kB

Total Files

123

Last publish

Collaborators

  • infinity8sailor