Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/t83714/component-style-demo

A demo repo showcase managing component style with fractal-component's namespace
https://github.com/t83714/component-style-demo

Last synced: 24 days ago
JSON representation

A demo repo showcase managing component style with fractal-component's namespace

Awesome Lists containing this project

README

        

# component-style-demo

A demo repo made with [fractal-component](https://github.com/t83714/fractal-component) showcases managing component style with fractal-component's namespace

### How to run

Install dependencies:

```bash
yarn install
```

- demo 1:
```bash
cd manage-style-with-component-life-cycle
yarn dev
```

- demo 2:
```bash
cd manage-style-with-namespace
yarn dev
```