Package Exports
- @hedgecode/foundation
- @hedgecode/foundation/dist/index.cjs
- @hedgecode/foundation/dist/index.mjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@hedgecode/foundation) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
HedgeCode Foundation
A library that has little impact on the site's theme and leaves the developer usage freedom. The package uses tailwindcss to set default theme.
Getting Started
The package requires tailwindcss and classnames packages.
Install the remaining packages in your project:
npm i classnames @hedgecode/foundationAdd the library path to tailwindcss config file in content section.
"./node_modules/@hedgecode/foundation/**/*.{cjs,mjs}"Components
Inputs:
- Input (to generalize)
- Select (to generalize)
- Autocomplete (in progress)
- ...
Modals:
- ...
Data presentation:
- ...
Utils:
- ...