https://github.com/eswat2/proto-tinker-wc
prototype - a simple Web Component built with Stencil & Tailwind...
https://github.com/eswat2/proto-tinker-wc
stenciljs tailwindcss
Last synced: 26 days ago
JSON representation
prototype - a simple Web Component built with Stencil & Tailwind...
- Host: GitHub
- URL: https://github.com/eswat2/proto-tinker-wc
- Owner: eswat2
- License: mit
- Created: 2021-12-15T02:32:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-03T22:37:51.000Z (28 days ago)
- Last Synced: 2025-05-03T23:25:34.104Z (28 days ago)
- Topics: stenciljs, tailwindcss
- Language: TypeScript
- Homepage: https://wc-tinker.vercel.app
- Size: 435 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# proto-tinker-wc
[](//npmjs.com/package/proto-tinker-wc)
a prototype app written in Stencil and Tailwind, deployed via NPM and Vercel...
- [wc-tinker.vercel.app][wc-tinker] - _deployed on Vercel_
To run this locally:
1. `yarn`
2. `yarn dev`## references
- [proto-tailwindcss-clrs][clrs-tw] - _TailwindCSS plugin for custom colors_
- [Simple Trick to Clean Up Tailwind CSS in React][tw-trick] - _the tw utility_
- [TailwindCSS][tailwind-css] - _a utility-first CSS framework_42
[wc-tinker]: https://wc-tinker.vercel.app
[clrs-tw]: https://github.com/eswat2/proto-tailwindcss-clrs
[tw-trick]: https://www.skies.dev/tailwind-react-trick
[tailwind-css]: https://tailwindcss.com