JSPM

@hedgecode/foundation

0.1.14
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q30360F
  • License MIT

An open-source websites' React component library with low impact on the appearance.

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.

Last Commit NPM Version NPM License

Getting Started

The package requires tailwindcss and classnames packages.

Tailwindcss installation

Install the remaining packages in your project:

npm i classnames @hedgecode/foundation

Add 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:

  • ...