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 🚀
Warning: This project is WIP, API might change without notice.
Quick Start
Add the following code to your page.
npm install @numl-react/core
OR
yarn add @numl-react/corevia 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.