Codex Marketplace UI components resuable for the Codex decentralized storage network. https://storybook.codex.storage
Go to file
Arnaud 4f4dcee87d
Change input and alert style
2024-11-04 15:39:29 +01:00
.github/workflows Add publish workflow (#8) 2024-08-30 14:37:26 +00:00
.storybook Minor fixes for UI integration 2024-10-25 18:01:37 +02:00
src Change input and alert style 2024-11-04 15:39:29 +01:00
stories Fix stories 2024-10-30 19:25:37 +01: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 Design changes 2024-11-04 12:34:42 +01:00
package.json Design changes 2024-11-04 12:34:42 +01: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