All Projects β†’ tabler β†’ Tabler React

tabler / Tabler React

Licence: mit
React components and demo for the Tabler UI theme.

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Tabler React

Shards Dashboard
πŸ”₯A beautiful Bootstrap 4 admin dashboard templates pack.
Stars: ✭ 1,143 (-37.54%)
Mutual labels:  bootstrap, admin, bootstrap4, admin-dashboard, bootstrap-theme, bootstrap-template
Sleek Dashboard
Sleek Dashboard - Free Bootstrap 4 Admin Template and UI Kit
Stars: ✭ 690 (-62.3%)
Mutual labels:  bootstrap, admin, bootstrap4, admin-dashboard, bootstrap-theme, bootstrap-template
Stellar
Stellar is completely based on the latest version of Bootstrap 4. Stellar Admin is designed to reflect the simplicity and svelte of the components and UI elements and coded to perfection with well-organized code.
Stars: ✭ 176 (-90.38%)
Mutual labels:  bootstrap, bootstrap4, admin-dashboard, bootstrap-theme, bootstrap-template
Architectui Html Theme Free
ArchitectUI Dashboard Free is lightweight and comes packed with the minimal set of components to get you started. If you have a simple application, it’s the perfect solution for you. It’s built on top of Bootstrap 4 and features a scalable architecture just like it’s wiser, older sibling – ArchitectUI HTML Pro theme.
Stars: ✭ 155 (-91.53%)
Mutual labels:  bootstrap, admin, bootstrap4, admin-dashboard, bootstrap-theme
Coreui Angularjs
CoreUI AngularJS is free AngularJS admin template based on Bootstrap 4
Stars: ✭ 101 (-94.48%)
Mutual labels:  bootstrap, admin, bootstrap4, admin-dashboard, bootstrap-theme
Coreui Free React Admin Template
CoreUI React is a free React admin template based on Bootstrap 5
Stars: ✭ 3,573 (+95.25%)
Mutual labels:  bootstrap, admin, bootstrap4, admin-dashboard, bootstrap-theme
Startbootstrap Sb Admin
Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 2,861 (+56.34%)
Mutual labels:  bootstrap, bootstrap4, bootstrap-theme, bootstrap-template, admin
Bootstrapadmin
Bootstrap 4 admin template.
Stars: ✭ 273 (-85.08%)
Mutual labels:  bootstrap, bootstrap4, admin-dashboard, bootstrap-theme, bootstrap-template
Staradmin Free Bootstrap Admin Template
A Free Responsive Admin Dashboard Template Built With Bootstrap 4. Elegant UI Theme for Your Web App!
Stars: ✭ 1,191 (-34.92%)
Mutual labels:  bootstrap, admin, bootstrap4, admin-dashboard, bootstrap-template
Coreui Free Vue Admin Template
Open source admin template based on Bootstrap 5 and Vue 3
Stars: ✭ 2,951 (+61.26%)
Mutual labels:  bootstrap, admin, bootstrap4, admin-dashboard, bootstrap-theme
Purpleadmin Free Admin Template
Purple Admin is one of the most stylish Bootstrap admin dashboard you can get hands on. With its beautifully crafted captivating design and well-structured code.
Stars: ✭ 473 (-74.15%)
Mutual labels:  bootstrap, bootstrap4, admin-dashboard, bootstrap-theme, bootstrap-template
Startbootstrap Landing Page
A responsive, Bootstrap landing page template created by Start Bootstrap
Stars: ✭ 1,275 (-30.33%)
Mutual labels:  bootstrap, bootstrap4, bootstrap-theme, bootstrap-template
Coreui Free Angular Admin Template
CoreUI Angular is free Angular 2+ admin template based on Bootstrap 4
Stars: ✭ 1,279 (-30.11%)
Mutual labels:  bootstrap, admin, bootstrap4, admin-dashboard
Bootstrap Simple Admin Template
The most reliable HTML, CSS, and JavaScript simple admin template for developing responsive, mobile first web applications on the web.
Stars: ✭ 92 (-94.97%)
Mutual labels:  bootstrap, admin-dashboard, bootstrap-theme, bootstrap-template
Startbootstrap Clean Blog
Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 1,604 (-12.35%)
Mutual labels:  bootstrap, bootstrap4, bootstrap-theme, bootstrap-template
Startbootstrap Sb Admin 2
Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 9,038 (+393.88%)
Mutual labels:  bootstrap, bootstrap4, bootstrap-theme, bootstrap-template
Clever Bootstrap 4 Admin Template With Angularjs Angular 2 Support
Clever is Boostrap 4 Admin Template with Angular 2 and AngularJS support
Stars: ✭ 98 (-94.64%)
Mutual labels:  bootstrap, admin, bootstrap4, admin-dashboard
Startbootstrap Heroic Features
A Bootstrap HTML homepage template with feature boxes - created by Start Bootstrap
Stars: ✭ 122 (-93.33%)
Mutual labels:  bootstrap, bootstrap4, bootstrap-theme, bootstrap-template
Startbootstrap Grayscale
A multipurpose one page Bootstrap theme created by Start Bootstrap
Stars: ✭ 1,120 (-38.8%)
Mutual labels:  bootstrap, bootstrap4, bootstrap-theme, bootstrap-template
Startbootstrap 3 Col Portfolio
A three column Bootstrap HTML portfolio template - created by Start Bootstrap
Stars: ✭ 82 (-95.52%)
Mutual labels:  bootstrap, bootstrap4, bootstrap-theme, bootstrap-template

Update - June 2019: Version 2

Alpha now available on NPM:

npm install tabler-react@alpha yarn add tabler-react@alpha

Check out the latest progress and get involved on this branch, or add your thoughts and requests to this issue.

Tabler React

React implementation of the Tabler Dashboard UI Kit

NPM Type definitions Greenkeeper badge Commitizen friendly

Demo | Documentation | Issues | Slack.

Install

Make sure you have Node.js 8+ and yarn installed.

yarn add tabler-react

Example

import React, { Component } from "react";

import "tabler-react/dist/Tabler.css";

import { Card, Button } from "tabler-react";

class MyCard extends Component {
  render() {
    return (
      <Card>
        <Card.Header>
          <Card.Title>Card Title</Card.Title>
        </Card.Header>
        <Card.Body>
          <Button color="primary">A Button</Button>
        </Card.Body>
      </Card>
    );
  }
}

For more examples and documentation see the demo website

Contributing

There are plenty of opportunities to get involved. Pick an outstanding task, let us know what you are working on and fire away with any questions.

The package is made up of 2 main folders:

  • /src contains all the Tabler React components
  • /example is our create-react-app based demo website

To setup and run a local copy:

  1. Clone this repo with git clone https://github.com/tabler/tabler-react
  2. Run yarn install in the root folder
  3. Run yarn install in the example folder
  4. In seperate terminal windows, run yarn start in the root and example folders.

You should now be up and running with live browser reloading of the example website while you work on Tabler React components in the /src folder.

When you're done working on your changes, submit a PR with the details and include a screenshot if you've changed anything visually.

License

MIT Β© jonthomp, AaronCoplan and the contributors.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].