JSPM

  • Created
  • Published
  • Downloads 450
  • Score
    100M100P100Q90139F
  • License ISC

The react.js component library for NFT Studio

Package Exports

  • @nft-studio/react
  • @nft-studio/react/libs/fabric
  • @nft-studio/react/libs/utils

Readme

NFT-Store Lib

NFT-Store common UX component

Usage

import React from 'react';
import { HelloWorld } from '@nft-studio/react';

function App() {
  return <HelloWorld />;
}

Develop


# develop with @nft-store/core and storybook
pnpm run dev

# only develop with @nft-store/core
pnpm run watch

# only develop with storybook
pnpm run storybook