GithubHelp home page GithubHelp logo

kalimad924 / react-blur-admin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from knledg/react-blur-admin

0.0 1.0 0.0 2.36 MB

React Blur Admin - Styles And Components

License: Other

Makefile 0.08% JavaScript 32.57% CSS 67.36%

react-blur-admin's Introduction

React Blur Admin

All credit for the theme goes to akveo, this is just a React implementation.

Note: This is currently partial implementation of Blur Admin. This repo includes styles from Blur Admin that are required for pages and components to load correctly and the components themselves.

Individual pages/demos/layouts can be found in the React Webpack Skeleton repo.

Build Status

CircleCI

Currently Implemented

  • Text Inputs
  • Buttons
  • Editable Fields
  • Loading Spinner
  • Tables (not including smart tables)
  • Tabs
  • Switches
  • Select Dropdowns
  • Progress Bars
  • Panels
  • Pages
  • Textareas
  • Pagination (diverged from Blur's implementation slightly for additional flexibility)
  • Notifications
  • Alerts

Needs Implementation

  • Accordions
  • Sliders
  • Searchable table columns
  • Tags Inputs

Semver

Before the v1.0.0 release, a minor update will represent breaking changes and a patch will represent feature enhancements or bug fixes.

Contributing

This is an active project and we'd love your help! Please submit small pull requests. You can make sure tests and lint passes by running npm run lint && npm run test before committing.

You can also add the .git/hooks/pre-push with the following:

#!/usr/bin/env bash

npm run lint && npm run test

And making it executable with chmod ugo+x .git/hooks/pre-push

Example Usage

A React Webpack Skeleton implementing the layout for React Blur Admin and using it's components will be uploaded and linked shortly. You can see how each component is implemented by looking at the source code for each of the demo pages.

Dependencies

  • Bootstrap CSS
  • Bootstrap-Select CSS
  • Bootstrap-Switch CSS
  • Blur CSS
  • EventEmitter implemented in lib/event-bus so that notifications can listen for a new notification from anywhere without any specific implementation of flux
  • Utilizes Flexbox for columns/rows

react-blur-admin's People

Contributors

afogarty72 avatar jwdotjs avatar mattlorey avatar esvinson avatar shelbyblanton avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.