@nft-studio/react
v0.1.150
Published
The react.js component library for NFT Studio
Downloads
1,067
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