Codex Marketplace UI components resuable for the Codex decentralized storage network. https://storybook.codex.storage
Go to file
Arnaud 42ad948f69
Alllow JDK superior version
2024-10-08 14:59:48 +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 Fix the max length the placeholder text 2024-10-08 13:03:21 +02:00
stories Refactor table to give more customization when building rows 2024-10-04 18:41:08 +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 Prepare release 2024-10-04 18:47:34 +02:00
package.json Alllow JDK superior version 2024-10-08 14:59:48 +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 Update Upload component to not rely on react query and fix error showing 2024-09-30 12:45: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