Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/djimenezweb/flex-playground

Interactive CSS Flexbox playground made with React
https://github.com/djimenezweb/flex-playground

css framer-motion react vite

Last synced: 20 days ago
JSON representation

Interactive CSS Flexbox playground made with React

Awesome Lists containing this project

README

        

# Flex Playground

An interactive CSS Flexbox playground made with React, Framer Motion and Vite.

Live demo: https://flex-playground.onrender.com/

[![Screen capture](./public/flexplayground.png)](https://flex-playground.onrender.com/)

## Features

- Light/Dark theme
- Load and save presets
- Get the CSS code

## Usage

Install dependencies, run and build:

```bash
npm install
npm run dev
npm run build
```

## License

Licensed under the MIT License. Check the [LICENSE](./LICENSE.md) file for details.