npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

react-ui-css-builder

v0.0.20

Published

A UI based CSS code generator for all expert level

Downloads

37

Readme


All Contributors

GitHub watchers GitHub watchers GitHub watchers GitHub watchers

This is a fully flexible css builder based on 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

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(⭐)

Stargazers repo roster for @koustov/css-builder

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 🐙

npm install react-ui-css-builder

or

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
  1. Start the library
yarn start
  1. Navigate to inner folder called example
  2. Install Packages
yarn
  1. Start the library
yarn start
  1. 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

import { CSSBuilder } from 'react-ui-css-builder'

Just drop it to desired place

<CSSBuilder
  onChange={(a, b, c) => {
    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

Refer contributing

License

MIT © Koustov

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!