Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/t83714/component-style-demo
- Owner: t83714
- License: mit
- Created: 2020-04-08T13:40:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T10:23:47.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T20:42:05.362Z (over 1 year ago)
- Language: JavaScript
- Size: 2.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```