JSPM

  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q70276F
  • License MIT

React wrappers and components for Numl.Design

Package Exports

  • @numl-react/core

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

Readme

NUML React

Modular & Accessible React Components made on top of Numl 🚀

NPM Version Discord

Warning: This project is WIP, API might change without notice.

Quick Start

Add the following code to your page.

via NPM and YARN:

npm install @numl-react/core

OR

yarn add @numl-react/core

via JsDelivr:

<script type="module" src="https://cdn.jsdelivr.net/npm/@numl/numl-react@1.1.0/"></script>

via Unpkg:

<script type="module" src="https://unpkg.com/@numl/numl-react@1.1.0/"></script>

For discussions, suggestions and contributions, create an issue or join our Discord channel to chat.

License

MIT