Skip to content

gryevns/react-tabler

Repository files navigation

retabler

ReactJS component library built with tabler.io.

Install

npm install retabler

Usage

Check out the storybook for examples of components.

Examples use react-feather icons but you can choose to install your favourite icon set.

import "retabler/dist/css/tabler.css";
import { Card } from "retabler";

const Example = () => (
    <Card>
        <Card.Body>example</Card.Body>
    </Card>
);

Local Development

git clone [email protected]:gryevns/react-tabler.git
cd react-tabler
yarn install --dev

# tests
yarn run tests

# storybook
yarn run storybook

# build
yarn run build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages