Codex Marketplace UI components resuable for the Codex decentralized storage network. https://storybook.codex.storage
Go to file
Arnaud b31a0b9383
Move story to Forms
2024-08-20 15:57:58 +02:00
.storybook Initial commit 2024-08-20 15:57:58 +02:00
components Initial commit 2024-08-20 15:57:58 +02:00
stories Move story to Forms 2024-08-20 15:57:58 +02:00
utils Initial commit 2024-08-20 15:57:58 +02:00
.gitignore Initial commit 2024-08-20 15:57:58 +02:00
.vite-env.d.ts Initial commit 2024-08-20 15:57:58 +02:00
README.md Initial commit 2024-08-20 15:57:58 +02:00
package-lock.json Initial commit 2024-08-20 15:57:58 +02:00
package.json Initial commit 2024-08-20 15:57:58 +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