0.7.36 • Published 12 months ago

@nft-studio/store v0.7.36

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

NFT-Store Lib

NFT-Store common UX component

Usage

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

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