mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui-components.git
synced 2026-01-08 00:13:09 +00:00
29 lines
570 B
Markdown
29 lines
570 B
Markdown
|
|
# 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](https://maintainablecss.com/chapters/semantics).
|
||
|
|
|
||
|
|
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
|
||
|
|
```
|