https://github.com/koustov/css-builder
CSS Builder is a unique application to learn, adapt, develop and test CSS snippets. It's being developed as a library which means anyone can consume it and provide form customization for their product in real time.
https://github.com/koustov/css-builder
builder css hactoberfest react reactjs
Last synced: 7 months ago
JSON representation
CSS Builder is a unique application to learn, adapt, develop and test CSS snippets. It's being developed as a library which means anyone can consume it and provide form customization for their product in real time.
- Host: GitHub
- URL: https://github.com/koustov/css-builder
- Owner: koustov
- License: mit
- Created: 2021-09-18T16:20:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-01T06:22:47.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T13:36:33.972Z (12 months ago)
- Topics: builder, css, hactoberfest, react, reactjs
- Language: JavaScript
- Homepage: https://css-builder.vercel.app
- Size: 880 KB
- Stars: 12
- Watchers: 2
- Forks: 8
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
react-ui-css-builder
When we say "CSS for everyone"
Learn | Build | Code | Test
A UI based CSS code generator for all expert level
---
[](#contributors-)
   
This is a **fully flexible** css builder based on [`React`](https://facebook.github.io/react/)
## Note
Currently completed only subset of attributes for pending items refer **git issue** section. You are welcome to inject more and make it "full-fledged" css-builder for **everyone**
Currently its a preview build and "0.1.0" will be the first fully fledged version to consume.Give STAR to encourage me to complete this mammoth task with more energy
**Table of Contents**
- [Demo](#demo)
- [Features](#features)
- [When do you need it?](#when-do-you-need-it)
- [Usage](#usage)
- [Install](#install)
- [When do you need it?](#when-do-you-need-it)
- [Run it locally](#run-it-locally)
- [Supported Elements](#supported-elements)
- [How to use](#how-to-use)
- [Playground](#playground)
- [Items in queue](#items-in-queue)
- [Contribution](#contribution)
- [License](#license)## Demo
Visit https://css-builder.vercel.app/
## Features
- React based
- Completely UI based
- All CSS attributes supported
- Customizable
- Quick and easy.
- Search attribute
- Categorized attributes
- Theme supported
- Out of the box there are two themes
- chalk (default)
- dark## 🤲 Want to Motivate?
Who doesn't need motivation? Please give the project a star(⭐) and/or share it in your dev circle.
## Many Thanks to all the `Stargazers` who has supported this project with stars(⭐)
[](https://github.com/koustov/css-builder/stargazers)
## When do you need it
- You want to learn CSS while playing?
- You want to allow n'th level customization on your web app?
- You want to code CSS rapidly?
- Not sure which attribute to chose?## Usage
- Form customization
- Tutorial
- Learning
- Rapid building### Install 🐙
```bash
npm install react-ui-css-builder
```or
```bash
yarn add react-ui-css-builder
```## Run it locally
1. Fork the repo
2. Clone it from your repo
3. Navigate to directory
4. Open terminal
5. Install Packages```
yarn
```6. Start the library
```
yarn start
```7. Navigate to inner folder called `example`
8. Install Packages```
yarn
```9. Start the library
```
yarn start
```10. Your application is running on 3000
```
http://localhost:3000/
```## Highlight 🔥
It was frustrating for me when iI was looking for some easy tool to build CSS using UI and couldn't find anything that helps me in the context. So built my own.
## Supported Elements
Its a HUUUUUUGE list. Will list down in sometime.
### How to use
Import css-builder component
```jsx
import { CSSBuilder } from 'react-ui-css-builder'
```Just drop it to desired place
```jsx
{
console.log('Value received')
}}
/>
```## Playground
Visit https://css-builder.vercel.app/
## Items in queue
- Pending attributes
- Drag/drop for sequencing## Contribution 🍰
If you understand the importance please feel free to create issue and make pull request
Refer [code of conduct ](./CODE_OF_CONDUCT.md)
Refer [contributing ](./CONTRIBUTING.md)
## License
MIT © [Koustov](https://github.com/koustov)
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Tapas Adhikary
💻
koustov
💻 🚧 👀
eemike07
💻
Don Jose Mathew
🐛 💻
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!