JSPM

@lambdacurry/component-library

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

A React component library created by Lambda Curry.

Package Exports

  • @lambdacurry/component-library

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

Readme

How to deploy to Github.io

Checkout the docs branch. Merge in the latest code you would like to deploy. Run yarn build:storybook and push up the build to the docs branch. Github will automatically deploy static build to https://lambda-curry.github.io/lc-component-library.

How this project was put together

This project was bootstrapped with Create React App.

And converted into a component library based off of this article: https://hackernoon.com/creating-a-library-of-react-components-using-create-react-app-without-ejecting-d182df690c6b

Tailwind support was added with the help of this article: https://daveceddia.com/tailwind-create-react-app/