Codex Marketplace UI components resuable for the Codex decentralized storage network. https://storybook.codex.storage
Go to file
Arnaud 88b2d8486a
Use async api for upload
2024-09-13 20:49:40 +02:00
.github/workflows Add publish workflow (#8) 2024-08-30 14:37:26 +00:00
.storybook Fix minor bugs 2024-08-29 18:12:26 +02:00
src Use async api for upload 2024-09-13 20:49:40 +02:00
stories Use async api for upload 2024-09-13 20:49:40 +02:00
.eslintrc.cjs Add page component 2024-08-23 15:31:37 +02:00
.gitignore Tabs component (#12) 2024-09-10 13:25:05 +02:00
LICENSE-APACHEv2 Add licence files 2024-08-29 19:40:19 +02:00
LICENSE-MIT Add licence files 2024-08-29 19:40:19 +02:00
README.md Enhance toast component and update the dependencies 2024-08-30 16:10:17 +02:00
package-lock.json Use async api for upload 2024-09-13 20:49:40 +02:00
package.json Use async api for upload 2024-09-13 20:49:40 +02:00
tsconfig.app.json Normalize structure by moving components to src folder and update build process 2024-08-21 17:14:40 +02:00
tsconfig.build.json Normalize structure by moving components to src folder and update build process 2024-08-21 17:14:40 +02:00
tsconfig.json Normalize structure by moving components to src folder and update build process 2024-08-21 17:14:40 +02:00
tsconfig.node.json Normalize structure by moving components to src folder and update build process 2024-08-21 17:14:40 +02:00
vite-env.d.ts Change build instructions 2024-08-20 15:57:59 +02:00
vite-storybook.config.ts Enhance toast component and update the dependencies 2024-08-30 16:10:17 +02:00
vite.config.ts Use sourcemap 2024-08-30 16:36:06 +02:00

README.md

Codex Marketplace Components

This project provide UI components for Codex Marketplace.
It's in pre-alpha version, the API will change.

Philosophy

This CSS is written with semantic style. For more details check this link.

The components are designed for Codex Marketplace but they can be customized with CSS variables at the global level or at the component level (class or style).

Prerequisites

  • Node 18+

Install

Run the npm install command:

npm install

Run

npm run storybook

Build

Storybook

npm run build-storybook

The files are generated under the folder storybook-static.

You can preview by using the command:

npm run preview

Components

npm run build