Arnaud e81bc9ac42
Modal component (#20)
* Add input name props

* Rename classname attribute and add attributes for input component

* Use value attribute for select

* Remove unused import

* Improve Sheets component

* Add Modal component

* Add displayActionButton and provide no button story
2024-09-20 15:34:24 +02:00
2024-08-29 18:12:26 +02:00
2024-09-20 15:34:24 +02:00
2024-09-20 15:34:24 +02:00
2024-08-23 15:31:37 +02:00
2024-09-10 13:25:05 +02:00
2024-08-29 19:40:19 +02:00
2024-08-29 19:40:19 +02:00
2024-09-20 11:53:47 +02:00
2024-09-20 11:53:47 +02:00
2024-08-20 15:57:59 +02:00
2024-08-30 16:36:06 +02:00

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
Description
Codex Marketplace UI components resuable for the Codex decentralized storage network.
https://storybook.codex.storage
Readme
Languages
TypeScript 63.3%
CSS 27.5%
MDX 8.7%
HTML 0.5%