JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q78060F
  • License ISC

Learning how to make a component library

Package Exports

  • zolastic-component-library-experiment
  • zolastic-component-library-experiment/dist/index.js
  • zolastic-component-library-experiment/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 (zolastic-component-library-experiment) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Zolastic Component Library Experiment

This is a component library created for learning purposes. It includes a variety of reusable components that can be used in your React projects.

NPM

You can find this package on npm here.

GitHub

You can find the source code for this package on GitHub here.

Installation

To install the library, you can use npm:

npm install zolastic-component-library-experiment

Usage

After installation, you can import the components from the library like this:
import { Button } from 'zolastic-component-library-experiment';

Then, you can use the components in your React components:
function MyComponent() { return <Button>Click me</Button>; }

Components

Currently, the library includes the following components:

  • Button
  • More components will be added in the future.

Contributing

As this is a learning project, contributions are not currently being accepted. However, you're welcome to fork the project and make your own modifications.